-
Notifications
You must be signed in to change notification settings - Fork 12k
ng build -prod does copies assets with javascripts missing #1637
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
Fixed in #1455. |
@filipesilva I've updated the dev dependency and cli installation to beta 10 and still have same problem with |
@alexsorokoletov it was fixed in #1455 but not yet released. You can use the preview build by following the instructions in https://github.com/angular/angular-cli#webpack-preview-release-update |
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. |
System
angular-cli version:
Problem (How to reproduce)
npm install jquery materialize-css --save
run
ng build -prod
, all files from materialize except javascript are copied, jquery is missing files too.run
ng build
has no issues. Applies tong serve
in production env too.The text was updated successfully, but these errors were encountered: