aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-16 20:40:30 -0700
committerMark Otto <[email protected]>2014-03-16 20:40:30 -0700
commit43cf003f9a0648787ab0285ebec866b1a7263c8a (patch)
tree2bad0d9df2593922a90d8c9ee19f4167d4d22264 /Gruntfile.js
parentc93c3714336ecefdb69b4dc7ebc40ea87eb40a36 (diff)
downloadbootstrap-43cf003f9a0648787ab0285ebec866b1a7263c8a.tar.xz
bootstrap-43cf003f9a0648787ab0285ebec866b1a7263c8a.zip
Update gruntfile to point to new customizer nav, run grunt
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 4cfcade9f..4592f1ab3 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -337,7 +337,7 @@ module.exports = function (grunt) {
},
files: {
'docs/_includes/customizer-variables.html': 'docs/jade/customizer-variables.jade',
- 'docs/_includes/nav-customize.html': 'docs/jade/customizer-nav.jade'
+ 'docs/_includes/nav/customize.html': 'docs/jade/customizer-nav.jade'
}
}
},