Skip to content

Commit

Permalink
fix(jade): compile jade templates in subdirectories of app/jade/views
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Ruiz de Villa committed Sep 6, 2013
1 parent 5872f08 commit 5a4a493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ module.exports = function (grunt) {
},
views: {
files: {
'<%%= yeoman.app %>/views/': ['<%%= yeoman.app %>/jade/views/*.jade']
'<%%= yeoman.app %>/views/': ['<%%= yeoman.app %>/jade/views/**/*.jade']
},
options: {
basePath: '<%%= yeoman.app %>/jade/views',
Expand Down

0 comments on commit 5a4a493

Please sign in to comment.