Skip to content

Commit

Permalink
[Closes twbs#16447] Concat. license to bootstrap.less
Browse files Browse the repository at this point in the history
[Closes twbs#16447] Concat. license to bootstrap.less
  • Loading branch information
kkirsche committed May 12, 2015
1 parent 9bf6e10 commit d265df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ module.exports = function (grunt) {
banner: '<%= banner %>'
},
files: {
src: 'dist/css/*.css'
src: ['dist/css/*.css', 'less/bootstrap.less']
}
},

Expand Down

0 comments on commit d265df4

Please sign in to comment.