We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c65d6 commit 6cadb6cCopy full SHA for 6cadb6c
config/grunt/shell.js
@@ -2,5 +2,8 @@
2
module.exports = {
3
bower: {
4
command: 'bower install'
5
+ },
6
+ composer: {
7
+ command: 'composer install'
8
}
9
};
package.json
@@ -23,7 +23,6 @@
23
"grunt": "~0.4",
24
"grunt-banner": "~0.4",
25
"grunt-checktextdomain": "~1.0",
26
- "grunt-composer": "~0.4",
27
"grunt-contrib-clean": "~0.6",
28
"grunt-contrib-concat": "~0.5",
29
"grunt-contrib-compress": "~0.13",
0 commit comments