mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-19 10:54:25 +00:00
Typo
This commit is contained in:
@@ -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', ->
|
||||
|
||||
Reference in New Issue
Block a user