File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed
Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,20 @@ module.exports = function() {
33 var tasks = {
44 'build' : [
55 'clean' ,
6- 'shell:bower' ,
76 'build:dependencies:php' ,
87 'build:fonts' ,
98 'build:images' ,
109 'build:css' ,
1110 'build:js' ,
12- 'clean:bowercomponents' ,
1311 'build:i18n'
1412 ] ,
1513 'build:dist' : [
1614 'clean' ,
17- 'shell:bower' ,
1815 'build:dependencies:php' ,
1916 'build:fonts' ,
2017 'build:images' ,
2118 'build:css:dist' ,
2219 'build:js:dist' ,
23- 'clean:bowercomponents' ,
2420 'build:i18n'
2521 ] ,
2622 'build:dependencies' : [
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3838 "grunt-replace" : " 1.x" ,
3939 "grunt-rtlcss" : " 2.x" ,
4040 "grunt-sass" : " 2.x" ,
41- "grunt-shell" : " 2.x" ,
4241 "grunt-version" : " 1.x" ,
4342 "grunt-wp-css" : " 0.x" ,
4443 "grunt-wp-i18n" : " 0.x" ,
You can’t perform that action at this time.
0 commit comments