Skip to content

Commit

Permalink
Updated the grunt workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bassettsj committed Jun 2, 2014
1 parent f6a2e6f commit cd50632
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,23 @@ module.exports = function(grunt){
standard: 'Drupal'
}
}
},
drush: {
disjscss:{
args: ['vset preprocess 0']
},
enjscss:{
args: ['vset preprocess 1']
},
ccthemereg:{
args: ['cc theme-registry']
},
enthemer:{
args: ['en devel_themer simplehtmldom -y']
},
disthemer:{
args: ['dis devel_themer simplehtmldom -y']
}
}
});

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"grunt": "~0.4.5",
"grunt-contrib-sass": "0.7.3",
"grunt-phplint": "0.0.5",
"grunt-phpcs": "^0.2.2"
"grunt-phpcs": "^0.2.2",
"grunt-drush": "0.0.3"
}
}

0 comments on commit cd50632

Please sign in to comment.