From cd506323f300d786e41a4e75f1341bd901fb961e Mon Sep 17 00:00:00 2001 From: Steven Bassett Date: Mon, 2 Jun 2014 13:01:46 -0500 Subject: [PATCH] Updated the grunt workflow --- Gruntfile.js | 17 +++++++++++++++++ package.json | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f097c83..4c2388b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'] + } } }); diff --git a/package.json b/package.json index af5b4cc..a8c23d2 100644 --- a/package.json +++ b/package.json @@ -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" } }