1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-01-28 02:17:11 +00:00

Auto-compress javascript assets

This commit is contained in:
John Crepezzi
2011-11-27 15:49:17 -05:00
parent d3ba2e4b5b
commit 0875ba6252
7 changed files with 28 additions and 4 deletions

View File

@@ -20,7 +20,8 @@
"dependencies": {
"winston": "*",
"hashlib": "*",
"connect": "*"
"connect": "*",
"uglify-js": "*"
},
"devDependencies": {