diff options
| author | Chris Rebert <[email protected]> | 2013-09-27 10:23:28 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-27 10:23:28 -0700 |
| commit | fc2cde0230802055da2c3854573d03502fa3f3cc (patch) | |
| tree | 46142a8e059d62bf555b656f88bf2e5b6134710d | |
| parent | eb3807609a936ba7fb6b032395c07071ab46beac (diff) | |
| parent | f39db19306677c7a6cf51774994ec44c1010669d (diff) | |
| download | bootstrap-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.js | 1 |
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) }); |
