We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fd1fc commit 6a14861Copy full SHA for 6a14861
Gruntfile.js
@@ -161,7 +161,7 @@ module.exports = function (grunt) {
161
},
162
163
// Automatically inject Bower components into the app
164
- wiredep: {
+/* wiredep: {
165
options: {
166
cwd: '<%= yeoman.app %>'
167
@@ -170,7 +170,7 @@ module.exports = function (grunt) {
170
ignorePath: /\.\.\//
171
}
172
173
-
+*/
174
// Renames files for browser caching purposes
175
filerev: {
176
dist: {
package.json
@@ -27,7 +27,6 @@
27
"grunt-ng-annotate": "^0.10.0",
28
"grunt-svgmin": "^0.4.0",
29
"grunt-usemin": "^2.1.1",
30
- "grunt-wiredep": "^1.7.0",
31
"jasmine-core": "^2.1.3",
32
"jshint-stylish": "^0.2.0",
33
"karma": "^0.12.31",
0 commit comments