Skip to content

Commit f0ec563

Browse files
committed
Merge pull request #1134 from kingcody/fix/jade-watch
fix(grunt): `watch.jade` only watches jade files
2 parents bce9c99 + 9c3e7ee commit f0ec563

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: app/templates/Gruntfile.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,7 @@ module.exports = function (grunt) {
9999
tasks: ['less', 'postcss']
100100
},<% } if (filters.jade) { %>
101101
jade: {
102-
files: [
103-
'<%%= yeoman.client %>/{app,components}/*',
104-
'<%%= yeoman.client %>/{app,components}/**/*.jade'
105-
],
102+
files: ['<%%= yeoman.client %>/{app,components}/**/*.jade'],
106103
tasks: ['jade']
107104
},<% } if (filters.coffee) { %>
108105
coffee: {

0 commit comments

Comments
 (0)