Skip to content

Commit

Permalink
fix(jade): watch for jade changes in subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Ruiz de Villa committed Sep 6, 2013
1 parent 5a4a493 commit 277fd96
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 @@ -44,7 +44,7 @@ module.exports = function (grunt) {
tasks: ['compass:server', 'autoprefixer']
},<% } %><% if (jade) { %>
jade: {
files: ['<%%= yeoman.app %>/jade/{,*/}*.jade'],
files: ['<%%= yeoman.app %>/jade/**/*.jade'],
tasks: ['jade']
},<% } %>
styles: {
Expand Down

0 comments on commit 277fd96

Please sign in to comment.