diff options
| author | Mark Otto <[email protected]> | 2014-07-12 18:11:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-12 18:11:07 -0700 |
| commit | fecbaca9076067445df6e4e16d33b277d3c3b1a7 (patch) | |
| tree | d81208845dcaba4272de52ba82426177aedc3562 /Gruntfile.js | |
| parent | 4e55a867a02550030609dbf675aa1e00aeb92e9f (diff) | |
| parent | 7a8d9dbdbfd150759847bbb8b230211b8bd1e5ea (diff) | |
| download | bootstrap-fecbaca9076067445df6e4e16d33b277d3c3b1a7.tar.xz bootstrap-fecbaca9076067445df6e4e16d33b277d3c3b1a7.zip | |
grunt some more things, rebuild customizer nav
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 59ba916ed..accf4de63 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -307,7 +307,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/customize-nav.html': 'docs/_jade/customizer-nav.jade' } } }, |
