Commit 5bc56d91 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

Update gulpfile.js

parent 10441de4
...@@ -63,15 +63,17 @@ var paths = { ...@@ -63,15 +63,17 @@ var paths = {
'./assets/**/*', './assets/**/*',
'./client/content/**/*', './client/content/**/*',
'./controllers/**/*', './controllers/**/*',
'./lib/**/*',
'./locales/**/*', './locales/**/*',
'./middlewares/**/*', './middlewares/**/*',
'./models/**/*', './models/**/*',
'./views/**/*', './views/**/*',
'./LICENSE', './LICENSE',
'./agent.js', './agent.js',
'./server.js',
'./package.json',
'./config.sample.yml' './config.sample.yml'
'./package.json',
'./server.js',
'./ws-server.js',
] ]
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment