Skip to content

Commit 9c3e7ee

Browse files
committed
fix(grunt): watch.jade only watches jade files
1 parent c81b8e6 commit 9c3e7ee

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)