aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Taylor <[email protected]>2013-09-27 18:17:02 +0100
committerDean Taylor <[email protected]>2013-09-27 18:17:02 +0100
commitf39db19306677c7a6cf51774994ec44c1010669d (patch)
tree46142a8e059d62bf555b656f88bf2e5b6134710d
parenteb3807609a936ba7fb6b032395c07071ab46beac (diff)
downloadbootstrap-f39db19306677c7a6cf51774994ec44c1010669d.tar.xz
bootstrap-f39db19306677c7a6cf51774994ec44c1010669d.zip
Update Gruntfile.js removing pointless reading of customize.html.
I couldn't see a reason to read "customize.html", removed line.
-rw-r--r--Gruntfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index cb641c87e..b7b780f9e 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)
});