2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fixes and grunt

This commit is contained in:
Mark Otto
2014-11-30 21:01:50 -08:00
parent 4bba2d0e0c
commit 7a799af939
11 changed files with 125 additions and 96 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ module.exports = function generateRawFilesJs(grunt, banner) {
if (!banner) {
banner = '';
}
var dirs = ['js', 'less', 'fonts'];
var dirs = ['js', 'less'];
var files = banner + dirs.map(getFiles).reduce(function (combined, file) {
return combined + file;
}, '');