aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-08-25 22:51:08 -0700
committerChris Rebert <[email protected]>2015-08-25 22:51:21 -0700
commit8bc2e217548c40769438158ab122e035b5a38eef (patch)
tree586a76e40d7f53b7db9a60c021b13db77171f4e9
parent4b33684cd65b0f3dd6f9973f226db572047672ff (diff)
downloadbootstrap-8bc2e217548c40769438158ab122e035b5a38eef.tar.xz
bootstrap-8bc2e217548c40769438158ab122e035b5a38eef.zip
Gruntfile: rm reference to defunct customizer
[skip sauce]
-rw-r--r--Gruntfile.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index a444bd8d8..530867454 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -190,10 +190,6 @@ module.exports = function (grunt) {
src: '<%= concat.bootstrap.dest %>',
dest: 'dist/js/<%= pkg.name %>.min.js'
},
- customize: {
- src: configBridge.paths.customizerJs,
- dest: 'docs/assets/js/customize.min.js'
- },
docsJs: {
src: configBridge.paths.docsJs,
dest: 'docs/assets/js/docs.min.js'