adzerk-oss / boot-reload

Boot task providing live-reload of browser css, images, etc.
Eclipse Public License 1.0
87 stars 35 forks source link

WIP: Update patch-goog-base implementation #108

Closed Deraen closed 7 years ago

Deraen commented 7 years ago

Uses similar queue to load files as Figwheel.

I'm currently trying to understand if there is any reason we need this.

CLOSURE_IMPORT_SCRIPT is only used during initial page load, and we don't need to change how it works then. When reloading changed files, jsloader/loadMany is called directly.