Skip to content

Commit

Permalink
Merge pull request #356 from gnarmedia/shorten-copy-bootstrap
Browse files Browse the repository at this point in the history
Shorten copy Bootstrap config
sindresorhus committed Apr 30, 2014
2 parents 4c5a002 + 1c4b94f commit ef45dc4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
@@ -360,10 +360,9 @@ module.exports = function (grunt) {
}<% if (includeBootstrap) { %>, {
expand: true,
dot: true,<% if (includeSass) { %>
cwd: 'bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/',
src: ['*.*'],<% } else { %>
cwd: 'bower_components/bootstrap/dist/fonts/',
src: ['*.*'],<% } %>
cwd: 'bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/',<% } else { %>
cwd: 'bower_components/bootstrap/dist/fonts/',<% } %>
src: ['*.*'],
dest: '<%%= config.dist %>/styles/fonts'
}<% } %>]
},

0 comments on commit ef45dc4

Please sign in to comment.