Skip to content

Commit c3571c1

Browse files
committed
Removed grunt shell
1 parent 7a2a0cb commit c3571c1

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

config/grunt/aliases.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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': [

config/grunt/shell.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
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",

0 commit comments

Comments
 (0)