From 976dd0c973ded2f9941491bb306a839642b8a256 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 4 Nov 2014 14:09:03 +0100 Subject: [PATCH] Fixing gulpfile --- gulpfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.coffee b/gulpfile.coffee index caacb07a..85d7788b 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -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", ->