Skip to content

Commit 8247085

Browse files
committed
feat(grunt): add watch to bower.json
1 parent 661de88 commit 8247085

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: app/templates/Gruntfile.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,11 @@ module.exports = function (grunt) {
133133
livereload: true,
134134
nospawn: true //Without this option specified express won't be reloaded
135135
}
136-
}
136+
},
137+
bower: {
138+
files: ['bower.json'],
139+
tasks: ['wiredep']
140+
},
137141
},
138142

139143
// Make sure code styles are up to par and there are no obvious mistakes

0 commit comments

Comments
 (0)