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

Update gulpfile.js

parent 10441de4
......@@ -63,15 +63,17 @@ var paths = {
'./assets/**/*',
'./client/content/**/*',
'./controllers/**/*',
'./lib/**/*',
'./locales/**/*',
'./middlewares/**/*',
'./models/**/*',
'./views/**/*',
'./LICENSE',
'./agent.js',
'./server.js',
'./package.json',
'./config.sample.yml'
'./package.json',
'./server.js',
'./ws-server.js',
]
};
......@@ -194,4 +196,4 @@ gulp.task('deploy', ['scripts', 'css', 'fonts'], function() {
.pipe(gulp.dest('dist'));
return merge(zipStream, targzStream);
});
\ No newline at end of file
});
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