diff options
| author | Mark Otto <[email protected]> | 2014-03-16 20:40:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-16 20:40:30 -0700 |
| commit | 43cf003f9a0648787ab0285ebec866b1a7263c8a (patch) | |
| tree | 2bad0d9df2593922a90d8c9ee19f4167d4d22264 /Gruntfile.js | |
| parent | c93c3714336ecefdb69b4dc7ebc40ea87eb40a36 (diff) | |
| download | bootstrap-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.js | 2 |
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' } } }, |
