Skip to content

Commit 35174ef

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app/templates/Gruntfile.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,14 @@ 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+
options: {
141+
livereload: true
142+
}
143+
},
137144
},
138145

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

0 commit comments

Comments
 (0)