summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-26 20:25:01 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-26 20:25:01 -0400
commit2c837a6adbbdbb5f062e1ad86c98738084d31fb2 (patch)
tree33e4c6292095ed61ba29791c15ab649f3b33699a /package.json
parent544413f2d6de83e085d4489a1b9ccbaac3fa192d (diff)
Added uglify/minify as part of build process (Note: console log is enabled - remember to disable it in release mode)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5b886bb8..fbb50113 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
},
"devDependencies": {
"bower": "^1.3.3",
+ "gulp-angular-templatecache": "^1.6.0",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},