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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue