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:
parent
eb3807609a
commit
f39db19306
@ -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)
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user