-
Notifications
You must be signed in to change notification settings - Fork 12k
Complete webpack build after every change #2414
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
Comments
+1 |
This is listed as a high priority for RC1 (https://github.com/angular/angular-cli/milestone/1). It's a well known issue that the team is working on. |
Is there any workaround for this issue right now for faster development ? |
We already do incremental builds, that's included by default in webpack. What makes you say that everything is recompiled? |
I think the css assets are the ones that make this problem... the development is really slow.. we have to wait like 5 seconds before a refresh maybe even more.. I think the assets folder is big (with icons, svgs, csses) and this folders slows the whole refresh for some reason. I can send a .gif to see what is happening The terminal is running as administrator since there is a known issue that its slower if its not But I think that this issue is a duplicate of #1980 which is put as a priority for rc1 so I assume it can be closed |
It is also pretty slow even when assets folder is not very large. I think it is due to the complete rebuild of whole project even when changes are only in one file. I don't know that it is a desired behavior or not but for fast template and css editing it hampers development speed alot. But as it is duplicate of #1980 and is a milestone for RC it can be closed |
@hemantjadon, unless there's something really wrong, there is no so thing as a full rebuild. Compare the total time of your first build with your rebuild, the rebuild should be faster. That being said, there are reports of builds just being slow. For that, see #1980 |
Having a big project and a fast pc. And the Building times are 16 seconds... |
@filipesilva You are right that the incremental compilation is done the first build takes about I mean |
First time is slower than the rebuilds. Here stated, my initial build is taking 60 seconds. And the rebuild time itself is 16 seconds. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS
Versions.
Repro steps.
styles
andtemplate
filesOther details that might be useful.
styles
andtemplates
, speeding up the development process.ng serve
which builds only the changed part of the codestyles
andtemplates
if not complete.The text was updated successfully, but these errors were encountered: