Commit fc2cde02 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #10841 from DeanMarkTaylor/patch-1

Update Gruntfile.js removing pointless reading of customize.html.
parents eb380760 f39db193
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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)
});
......
Supports Markdown
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