aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-09-27 10:23:28 -0700
committerChris Rebert <[email protected]>2013-09-27 10:23:28 -0700
commitfc2cde0230802055da2c3854573d03502fa3f3cc (patch)
tree46142a8e059d62bf555b656f88bf2e5b6134710d
parenteb3807609a936ba7fb6b032395c07071ab46beac (diff)
parentf39db19306677c7a6cf51774994ec44c1010669d (diff)
downloadbootstrap-fc2cde0230802055da2c3854573d03502fa3f3cc.tar.xz
bootstrap-fc2cde0230802055da2c3854573d03502fa3f3cc.zip
Merge pull request #10841 from DeanMarkTaylor/patch-1
Update Gruntfile.js removing pointless reading of customize.html.
-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)
});