replace node-static with ecstatic

This commit is contained in:
Riku Rouvila
2014-05-05 14:30:09 +03:00
parent bcc61b0bf2
commit 4890ebe0bf
2 changed files with 7 additions and 10 deletions

View File

@@ -22,7 +22,6 @@
"gulp-util": "~2.2.9",
"gulp-stylus": "0.0.9",
"gulp-jade": "~0.3.0",
"node-static": "~0.7.3",
"gulp-minify-css": "~0.2.0",
"tiny-lr": "0.0.5",
"gulp-livereload": "~0.2.0",
@@ -35,7 +34,8 @@
"vinyl-source-stream": "~0.1.1",
"coffeeify": "~0.6.0",
"gulp": "~3.6.0",
"watchify": "~0.6.3"
"watchify": "~0.6.3",
"ecstatic": "~0.5.1"
},
"browser": {},
"browserify-shim": {},