This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): don't copy the bower_components folder in build
This changes the default copy of the `bower_components` to not copy it during `grunt build` to the */dist* folder. **bowerInstall** should copy the needed files into the *index.html* so **usemin** can process them. If the files don't confirm to the Bower spec, a user can manually add a line in the *index.html* file so they are included in the build process. Fixes #590 CLOSES #608 BREAKING CHANGE: bower_components is no longer copied into the /dist folder.
- Loading branch information