We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 661de88 + 8247085 commit c81b8e6Copy full SHA for c81b8e6
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