File tree Expand file tree Collapse file tree 4 files changed +1
-26
lines changed
Expand file tree Collapse file tree 4 files changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,6 @@ module.exports = function() {
1010 'build:js' ,
1111 'build:i18n'
1212 ] ,
13- 'build:dist' : [
14- 'clean' ,
15- 'build:dependencies:php' ,
16- 'build:fonts' ,
17- 'build:images' ,
18- 'build:css:dist' ,
19- 'build:js:dist' ,
20- 'build:i18n'
21- ] ,
2213 'build:dependencies' : [
2314 'build:dependencies:css' ,
2415 'build:dependencies:fonts' ,
@@ -42,10 +33,6 @@ module.exports = function() {
4233 'build' ,
4334 'compress'
4435 ] ,
45- 'package:dist' : [
46- 'build:dist' ,
47- 'compress:dist'
48- ] ,
4936 'package:dev' : [
5037 'build' ,
5138 'compress:dev'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ module.exports = function() {
3333 project . taskMap = {
3434 addtextdomain : 'grunt-wp-i18n' ,
3535 makepot : 'grunt-wp-i18n' ,
36- readpkg : 'sitecare-theme-config' ,
37- wpcss : 'grunt-wp-css'
36+ readpkg : 'sitecare-theme-config'
3837 } ;
3938
4039 project . files = {
Original file line number Diff line number Diff line change 3939 "grunt-rtlcss" : " 2.x" ,
4040 "grunt-sass" : " 2.x" ,
4141 "grunt-version" : " 1.x" ,
42- "grunt-wp-css" : " 0.x" ,
4342 "grunt-wp-i18n" : " 0.x" ,
4443 "postcss-pxtorem" : " 3.x" ,
4544 "time-grunt" : " 1.x"
You can’t perform that action at this time.
0 commit comments