diff --git a/gulpfile.js b/gulpfile.js index 24b957a4488..8569da99282 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -39,6 +39,7 @@ var paths = { serverIgnore: [ 'gulpfile.js', 'public/', + '!public/js/bundle.js', 'node_modules/', 'client/' ],