Update gulpfile.js

This commit is contained in:
Nicolas Giard 2016-09-12 09:50:28 -04:00 committed by GitHub
parent 9b0715f853
commit 06ad017079

View File

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