From 0d725c17508d69a660f0da2c2b14163cd6c534d7 Mon Sep 17 00:00:00 2001 From: Arno Roldao Junior Date: Thu, 23 Jun 2016 10:23:48 -0300 Subject: [PATCH] Adding task of grunt: "load-grunt-config" for the config of task modules, in folder: "grunt-task/" --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d20d91818..3c7fb3795 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "grunt-cssjanus": "^0.2.4", "grunt-image": "^1.0.5", "grunt-includes": "^0.4.5", - "grunt-sass": "^1.1.0" + "grunt-sass": "^1.1.0", + "load-grunt-config": "^0.19.2" } }