Fixing gulpfile

stable
Alejandro Alonso 2014-11-04 14:09:03 +01:00 committed by David Barragán Merino
parent 07c736d78c
commit 976dd0c973
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ gulp.task "express", ->
# Just send the index.html for other files to support HTML5Mode
res.sendFile("index.html", {root: "#{__dirname}/dist/"})
app.listen(9011)
app.listen(9001)
# Rerun the task when a file changes
gulp.task "watch", ->