Commit f39db193 authored by Dean Taylor's avatar Dean Taylor

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

I couldn't see a reason to read "customize.html", removed line.
parent eb380760
...@@ -214,7 +214,6 @@ module.exports = function(grunt) { ...@@ -214,7 +214,6 @@ module.exports = function(grunt) {
return 'var __' + type + ' = ' + JSON.stringify(files) + '\n' return 'var __' + type + ' = ' + JSON.stringify(files) + '\n'
} }
var customize = fs.readFileSync('customize.html', 'utf-8')
var files = getFiles('js') + getFiles('less') + getFiles('fonts') var files = getFiles('js') + getFiles('less') + getFiles('fonts')
fs.writeFileSync('docs-assets/js/raw-files.js', files) fs.writeFileSync('docs-assets/js/raw-files.js', files)
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment