Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vesa Poikajärvi committed Oct 24, 2014
1 parent 4d21ddb commit 70cee19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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', ->
Expand Down

0 comments on commit 70cee19

Please sign in to comment.