Skip to content

Commit

Permalink
Use path.join for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Vesa Poikajärvi committed Oct 24, 2014
1 parent 372e250 commit 4d21ddb
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: __dirname + '/public'
.createServer ecstatic root: path.join(__dirname, '/public')
.listen 9001

gulp.task 'watch', ->
Expand Down

0 comments on commit 4d21ddb

Please sign in to comment.