c4wrd / angular2-electron-boilerplate

Simple boilerplate for electron, with an easy to use development flow.
MIT License
11 stars 10 forks source link

Gulp watch #10

Open vfabregat opened 7 years ago

vfabregat commented 7 years ago

Hi, nice boilerplate! I have a question. How do you run the application to enable gulp watch?

Thanks!

caninojories commented 7 years ago

you could try this one https://github.com/caninojories/electronNg2.. thanks

c4wrd commented 7 years ago

@vfabregat I believe in a previous pull request this feature was accidentally removed. I will be updating this repository (and associated) with Webpack and HMR as that seems to have won the battle against Gulp and will make further development much easier.

@caninojories Appreciated.