From 1325ab73648362fd589bc112547789dfc96a8f80 Mon Sep 17 00:00:00 2001 From: xavijam Date: Thu, 14 Jan 2016 14:48:25 +0100 Subject: [PATCH] Added shell task to dev tasks --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 60c06a1..3b321dd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,6 +19,7 @@ module.exports = function (grunt) { ]; var devTasks = baseTasks.concat([ + 'shell', 'connect', 'watch:scss' ]);