From 06b855ffbb0dcc2efb6eeca3efe69d4cb2b06a6f Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Fri, 15 Nov 2013 14:27:48 -0700 Subject: [PATCH] Added grunt server command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c4e76d79660..50fe9d8d154 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ "grunt-contrib-compress": "~0.5.2", "grunt-contrib-uglify": "~0.2.4", "load-grunt-tasks": "~0.2.0", - "glob": "~3.2.7" + "glob": "~3.2.7", + "grunt-contrib-connect": "~0.5.0" }, "license": "Apache License" }