The gulp build task never returns to console without ctrl+c. In itself, it's just an annoyance, but I'm trying to deploy an app built using this generator to Heroku, and add the build task as a postinstall step, and I'm afraid of hangs.
I think only watch, by definition, should wait for new input. The default and build tasks should return control.
The
gulp buildtask never returns to console withoutctrl+c. In itself, it's just an annoyance, but I'm trying to deploy an app built using this generator to Heroku, and add thebuildtask as apostinstallstep, and I'm afraid of hangs.I think only
watch, by definition, should wait for new input. Thedefaultandbuildtasks should return control.