Parcourir la source

Update gulpfile.js

Nicolas Giard il y a 9 ans
Parent
commit
06ad017079
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      gulpfile.js

+ 2 - 2
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'
 	]
 };