Add gulfile.js

This includes tasks for coffe , concat, minfification and copying lib
This commit is contained in:
Mohsen Azimi
2015-01-28 21:30:57 -08:00
parent c8baeafb04
commit 17a2e1af5e
2 changed files with 59 additions and 0 deletions

View File

@@ -28,6 +28,13 @@
"cors": "2.1.1",
"docco": "0.4.x",
"express": "3.x",
"gulp": "^3.8.10",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.3",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.2",
"http-server": "^0.7.4",
"mocha": "^2.1.0",
"ncp": "^1.0.1",