summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-28 09:45:10 -0500
committerjules <jules@okfoc.us>2014-01-28 09:45:10 -0500
commit5d9a59162e35aad1aefc75b14c417a39bf6da5cf (patch)
tree33ce93a2bba2b8d7461a70e01cf1830647a67dd7 /package.json
parenta65933c3cec3b9168f6f18baec5c764a5eaacc24 (diff)
sane build process
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8aa641a..4faacfc 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,8 @@
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.5",
- "grunt-contrib-watch": "~0.5.3"
+ "grunt-contrib-watch": "~0.5.3",
+ "grunt-contrib-clean": "~0.5.0",
+ "grunt-dentist": "~0.2.0"
}
}