Hey there,
This is an awesome project, in developer mode it works just fine, but when I tried to use it in production mode, it didn't work well:
ng serve -prod
404 http://localhost:4200/bower_components/webcomponentsjs/webcomponents-lite.js Failed to load resource: the server responded with a status of 404 (Not Found)
404 http://localhost:4200/bower_components/vaadin-grid/vaadin-grid.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
I don't know why but the angular-cli remove the .js files from the bower_components folder.
Hey there,
This is an awesome project, in developer mode it works just fine, but when I tried to use it in production mode, it didn't work well:
ng serve -prod
404 http://localhost:4200/bower_components/webcomponentsjs/webcomponents-lite.js Failed to load resource: the server responded with a status of 404 (Not Found)
404 http://localhost:4200/bower_components/vaadin-grid/vaadin-grid.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
I don't know why but the angular-cli remove the .js files from the bower_components folder.