From 164d46f058c16f369b62bec89abf8adf32d06ab5 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 24 May 2015 11:57:50 -0400 Subject: [PATCH] add grunt package --- boilerplate/package.json | 2 ++ package.json | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/boilerplate/package.json b/boilerplate/package.json index 753e7321..5ed953b2 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -21,6 +21,8 @@ "grunt-contrib-copy": "^0.8.0", "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", + "grunt": "^0.4.5", + "grunt-cli": "^0.1.13", "matchdep": "^0.3.0", "read-yaml": "^1.0.0", "shelljs": "^0.4.0", diff --git a/package.json b/package.json index aa31b784..7ce3a6d4 100644 --- a/package.json +++ b/package.json @@ -13,12 +13,16 @@ "compression": "^1.4.3", "execSync": "^1.0.2", "express": "^4.12.3", + "grunt": "^0.4.5", + "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", + "grunt": "^0.4.5", + "grunt-cli": "^0.1.13", "grunt-open": "^0.2.3", "matchdep": "^0.3.0", "read-yaml": "^1.0.0",