1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 16:14:04 +02:00

Merge pull request #10841 from DeanMarkTaylor/patch-1

Update Gruntfile.js removing pointless reading of customize.html.
This commit is contained in:
Chris Rebert
2013-09-27 10:23:28 -07:00

View File

@@ -214,7 +214,6 @@ module.exports = function(grunt) {
return 'var __' + type + ' = ' + JSON.stringify(files) + '\n'
}
var customize = fs.readFileSync('customize.html', 'utf-8')
var files = getFiles('js') + getFiles('less') + getFiles('fonts')
fs.writeFileSync('docs-assets/js/raw-files.js', files)
});