We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661de88 commit 8247085Copy full SHA for 8247085
app/templates/Gruntfile.js
@@ -133,7 +133,11 @@ module.exports = function (grunt) {
133
livereload: true,
134
nospawn: true //Without this option specified express won't be reloaded
135
}
136
- }
+ },
137
+ bower: {
138
+ files: ['bower.json'],
139
+ tasks: ['wiredep']
140
141
},
142
143
// Make sure code styles are up to par and there are no obvious mistakes
0 commit comments