0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01: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
commit fc2cde0230

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)
});