|
|
|
|
|
by mattdesl
4184 days ago
|
|
The build step is mitigated by incremental reloading, and the incremental reloading can be tied to a live-reload event. So you end up with the same workflow as shown in this video; but most likely faster for many modules (browser requests 1 JS file rather than potentially hundreds) and also more realistic for production (aside from minification, the dev environment is the exact same as the production environment). |
|