File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ module.exports = function (grunt) {
246
246
} ,
247
247
248
248
// Automatically inject Bower components into the app
249
- bowerInstall : {
249
+ wiredep : {
250
250
target : {
251
251
src : '<%%= yeoman.client %>/index.html' ,
252
252
ignorePath : '<%%= yeoman.client %>/' ,
@@ -702,7 +702,7 @@ module.exports = function (grunt) {
702
702
'injector:sass' , < % } % >
703
703
'concurrent:server',
704
704
'injector',
705
- 'bowerInstall ',
705
+ 'wiredep ',
706
706
'autoprefixer',
707
707
'concurrent:debug'
708
708
]);
@@ -716,7 +716,7 @@ module.exports = function (grunt) {
716
716
'injector:sass' , < % } % >
717
717
'concurrent:server',
718
718
'injector',
719
- 'bowerInstall ',
719
+ 'wiredep ',
720
720
'autoprefixer',
721
721
'express:dev',
722
722
'wait',
@@ -763,7 +763,7 @@ module.exports = function (grunt) {
763
763
'injector:sass' , < % } % >
764
764
'concurrent:test',
765
765
'injector',
766
- 'bowerInstall ',
766
+ 'wiredep ',
767
767
'autoprefixer',
768
768
'express:dev',
769
769
'protractor'
@@ -783,7 +783,7 @@ module.exports = function (grunt) {
783
783
'injector:sass' , < % } % >
784
784
'concurrent:dist',
785
785
'injector',
786
- 'bowerInstall ',
786
+ 'wiredep ',
787
787
'useminPrepare',
788
788
'autoprefixer',
789
789
'ngtemplates',
Original file line number Diff line number Diff line change 31
31
"devDependencies" : {
32
32
"grunt" : " ~0.4.4" ,
33
33
"grunt-autoprefixer" : " ~0.7.2" ,
34
- "grunt-bower-install " : " ~1.4 .0" ,
34
+ "grunt-wiredep " : " ~1.8 .0" ,
35
35
"grunt-concurrent" : " ~0.5.0" ,
36
36
"grunt-contrib-clean" : " ~0.5.0" ,
37
37
"grunt-contrib-concat" : " ~0.4.0" ,
You can’t perform that action at this time.
0 commit comments