Browse Source

Update gulpfile.js

pull/2/head
Nicolas Giard 8 years ago
committed by GitHub
parent
commit
06ad017079
1 changed files with 2 additions and 2 deletions
  1. 4
      gulpfile.js

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

Loading…
Cancel
Save