-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluate getting rid of gulp and npm #81
Comments
We used to use (Build)WebCompiler but it has issues with @import when it is combining files (it doesn't move them to the top of the file) - and it is no longer maintained I believe. I did fork it and fix that to see how easy it would be (really very) but never submitted a PR because it's not being maintained - and I don't want to maintain it either! |
It might be worth revisiting though because the build time is terrible with gulp |
Yeah, seems that way. I'm kind of hoping that Blazor will lead to a renaissance. Importing the npm ecosystem seems kind of ridiculous in this context.
I may have made it a lot slower with the change to |
https://github.com/excubo-ag/WebCompiler
|
Best as I can see, we currently use the gulp (and npm) infrastructure for two reasons:
*) it does not compile TS to JS: the MSBuild toolchain does that instead.
This works, but it's kind of an ugly and brittle fit. We might want to move to things like
BuildWebCompiler
.The text was updated successfully, but these errors were encountered: