Skip to content

Commit 6a14861

Browse files
committed
wiredep removed
1 parent e1fd1fc commit 6a14861

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ module.exports = function (grunt) {
161161
},
162162

163163
// Automatically inject Bower components into the app
164-
wiredep: {
164+
/* wiredep: {
165165
options: {
166166
cwd: '<%= yeoman.app %>'
167167
},
@@ -170,7 +170,7 @@ module.exports = function (grunt) {
170170
ignorePath: /\.\.\//
171171
}
172172
},
173-
173+
*/
174174
// Renames files for browser caching purposes
175175
filerev: {
176176
dist: {

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"grunt-ng-annotate": "^0.10.0",
2828
"grunt-svgmin": "^0.4.0",
2929
"grunt-usemin": "^2.1.1",
30-
"grunt-wiredep": "^1.7.0",
3130
"jasmine-core": "^2.1.3",
3231
"jshint-stylish": "^0.2.0",
3332
"karma": "^0.12.31",

0 commit comments

Comments
 (0)