angular / angular-seed

Seed project for angular apps.
http://angularjs.org/
MIT License
13.03k stars 6.93k forks source link

Adding HMR #393

Closed torabian closed 7 years ago

torabian commented 7 years ago

I think it's more interesting to add hmr support for this seed.

gkalpak commented 7 years ago

We are trying to keep this seed unopinionated and basic (i.e. only concerned with the AngularJS stuff), so that it can be easily adapted to any workflow. If I am not mistaken, HMR (if at all possible) would require the introduction of a build tool/bundler and impose more restrictions.

This is outside the scope of this seed. Note, this is the AngularJS (1.x) seed.