boot-reload icon indicating copy to clipboard operation
boot-reload copied to clipboard

Reload only a build's dependencies

Open pandeiro opened this issue 10 years ago • 0 comments

When :ids is specified, reload should only send changed files to the browser that are a part of that build's dependency graph (or are non-JS assets such as CSS, etc). Otherwise compiled namespaces from any other builds will get loaded, resulting in uncaught exceptions:

goog.require could not find: foo.tests @ base.js:619 ...
base.js:662 Uncaught Error: goog.require could not find: foo.tests

pandeiro avatar Oct 09 '15 22:10 pandeiro