Skip to content

Commit

Permalink
Move jade files to docs/jade/
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanvasovic committed Feb 8, 2014
1 parent 8f7170a commit 938779c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ module.exports = function (grunt) {
}
},
files: {
'docs/_includes/customizer-variables.html': 'docs/customizer-variables.jade',
'docs/_includes/nav-customize.html': 'docs/customizer-nav.jade'
'docs/_includes/customizer-variables.html': 'docs/jade/customizer-variables.jade',
'docs/_includes/nav-customize.html': 'docs/jade/customizer-nav.jade'
}
}
},
Expand Down
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ baseurl: /
url: http://localhost:9001
encoding: UTF-8

exclude: ["vendor"]
exclude:
- "jade"
- "vendor"

# Custom vars
current_version: 3.1.0
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 938779c

Please sign in to comment.