mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-17 22:54:12 +00:00
Use path.join for compatibility
This commit is contained in:
@@ -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', ->
|
||||
|
||||
Reference in New Issue
Block a user