From 06ad01707975111eedef6d31a88fa20401870ac7 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Mon, 12 Sep 2016 09:50:28 -0400 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 112f632e..bd3e48ed 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -70,10 +70,10 @@ var paths = { './views/**/*', './LICENSE', './agent.js', - './config.sample.yml' + './config.sample.yml', './package.json', './server.js', - './ws-server.js', + './ws-server.js' ] };