Skip to content

Commit

Permalink
Exclude Sprocketsy JS file from bower-install
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Feb 1, 2014
1 parent b0c92d4 commit a28cc90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ module.exports = function (grunt) {
'bower-install': {
app: {
html: '<%%= yeoman.app %>/index.html',
ignorePath: '<%%= yeoman.app %>/'
ignorePath: '<%%= yeoman.app %>/',
exclude: [<% if (includeCompass) { %> '<%%= yeoman.app %>/bower_components/bootstrap-sass/vendor/assets/javascripts/bootstrap.js' <% } %>]
}
},

Expand Down

0 comments on commit a28cc90

Please sign in to comment.