Skip to content

Commit

Permalink
Shorten copy Bootstrap config
Browse files Browse the repository at this point in the history
  • Loading branch information
oxnard805 committed Apr 30, 2014
1 parent 4c5a002 commit 1c4b94f
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
Expand Up @@ -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'
}<% } %>]
},
Expand Down

0 comments on commit 1c4b94f

Please sign in to comment.