From f39db19306677c7a6cf51774994ec44c1010669d Mon Sep 17 00:00:00 2001 From: Dean Taylor Date: Fri, 27 Sep 2013 18:17:02 +0100 Subject: [PATCH] Update Gruntfile.js removing pointless reading of customize.html. I couldn't see a reason to read "customize.html", removed line. --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index cb641c87ee..b7b780f9eb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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) });