diff options
author | Hakim El Hattab | 2013-05-04 10:51:27 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-05-04 10:51:27 -0400 |
commit | 7c9b3421a22594b95b6d4f8ec753ceb08289721a (patch) | |
tree | 380a6755e7d96cf5f6dfe104240e9721f5fd89b7 /package.json | |
parent | 0344f2f785414ee302cda7cdb9477b5f73d8e6fb (diff) |
add package and serve grunt tasks (closes #437)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 194bd6d..801c296 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,8 @@ "grunt-contrib-uglify": "~0.1.1", "grunt-contrib-watch": "~0.2.0", "grunt-contrib-sass": "~0.2.2", + "grunt-contrib-connect": "~0.2.0", + "grunt-zip": "~0.7.0", "grunt": "~0.4.0" }, "licenses": [ |