Browse Source

Update gulpfile.js

Nicolas Giard 9 years ago
parent
commit
06ad017079
1 changed files with 2 additions and 2 deletions
  1. 2 2
      gulpfile.js

+ 2 - 2
gulpfile.js

@@ -70,10 +70,10 @@ var paths = {
 		'./views/**/*',
 		'./views/**/*',
 		'./LICENSE',
 		'./LICENSE',
 		'./agent.js',
 		'./agent.js',
-		'./config.sample.yml'
+		'./config.sample.yml',
 		'./package.json',
 		'./package.json',
 		'./server.js',
 		'./server.js',
-		'./ws-server.js',
+		'./ws-server.js'
 	]
 	]
 };
 };