diff --git a/gulpfile.coffee b/gulpfile.coffee index 2e66c16..4bf4d74 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -88,7 +88,7 @@ gulp.task 'assets', -> gulp.task 'server', -> require('http') - .createServer ecstatic root: path.join(__dirname, '/public') + .createServer ecstatic root: path.join(__dirname, 'public') .listen 9001 gulp.task 'watch', ->