File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
var fs = require ( 'fs' ) ;
2
2
3
3
module . exports = function ( grunt ) {
4
- grunt . loadNpmTasks ( 'grunt-bower-cli ' ) ;
4
+ grunt . loadNpmTasks ( 'grunt-bower-task ' ) ;
5
5
grunt . loadNpmTasks ( 'grunt-contrib-uglify' ) ;
6
6
grunt . loadNpmTasks ( 'grunt-contrib-concat' ) ;
7
7
grunt . loadNpmTasks ( 'grunt-contrib-clean' ) ;
@@ -109,7 +109,9 @@ module.exports = function(grunt) {
109
109
bower : {
110
110
install : {
111
111
options : {
112
- directory : 'bower_components' ,
112
+ copy : false ,
113
+ clean : false ,
114
+ layout : 'byComponent' ,
113
115
action : 'install'
114
116
}
115
117
}
Original file line number Diff line number Diff line change 20
20
"dependencies" : {},
21
21
"devDependencies" : {
22
22
"grunt" : " 0.4.x" ,
23
- "grunt-bower-cli " : " 0.0.x " ,
23
+ "grunt-bower-task " : " ^0.4.0 " ,
24
24
"grunt-cli" : " ^0.1.13" ,
25
25
"grunt-contrib-clean" : " 0.5.x" ,
26
26
"grunt-contrib-concat" : " 0.3.x" ,
You can’t perform that action at this time.
0 commit comments