ソースを参照

Update gulpfile.js

Nicolas Giard 9 年 前
コミット
06ad017079
1 ファイル変更2 行追加2 行削除
  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'
 	]
 };