From f9addb14b45d9f4db154f3bdb9304e3a29a8faf5 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Fri, 10 Jul 2015 12:10:25 -0700 Subject: [PATCH] restart on bundle complete --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 24b957a448..8569da9928 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -39,6 +39,7 @@ var paths = { serverIgnore: [ 'gulpfile.js', 'public/', + '!public/js/bundle.js', 'node_modules/', 'client/' ],