diff --git a/gulpfile.js b/gulpfile.js index b64a04ee..112f632e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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 +});