0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Update Gruntfile.js removing pointless reading of customize.html.

I couldn't see a reason to read "customize.html", removed line.
This commit is contained in:
Dean Taylor 2013-09-27 18:17:02 +01:00
parent eb3807609a
commit f39db19306

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