Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
fix(build): don't copy the bower_components folder in build
Browse files Browse the repository at this point in the history
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
eddiemonge committed Mar 27, 2014
1 parent 1c37e2d commit 4c53ea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ module.exports = function (grunt) {
'.htaccess',
'*.html',
'views/{,*/}*.html',
'bower_components/**/*',
'images/{,*/}*.{webp}',
'fonts/*'
]
Expand Down

0 comments on commit 4c53ea9

Please sign in to comment.