Skip to content

Commit

Permalink
Fix bootstrap fonts directory for dist
Browse files Browse the repository at this point in the history
  • Loading branch information
oxnard805 committed May 15, 2014
1 parent 5e98c6d commit 960fb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ module.exports = function (grunt) {
cwd: 'bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/',<% } else { %>
cwd: 'bower_components/bootstrap/dist/fonts/',<% } %>
src: ['*.*'],
dest: '<%%= config.dist %>/styles/fonts'
dest: '<%%= config.dist %>/fonts'
}<% } %>]
},
styles: {
Expand Down

0 comments on commit 960fb6f

Please sign in to comment.