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

Boot-reload will try reloading non-reloadable files

Open Deraen opened this issue 10 years ago • 1 comments

Some files, such as the main shim, the deps.js and such are non-reloadable. Boot-reload will still try reloading those if they change which happens when changing :require on cljs.edn: https://github.com/adzerk-oss/boot-cljs/issues/108

This usually causes follwing exception:

Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened.

This would be fixed by using Figwheel client.

Deraen avatar Nov 08 '15 12:11 Deraen

Partially fixed by https://github.com/adzerk-oss/boot-reload/commit/3478268491efe85cacf955d6a4a11a0e64949054

Deraen avatar Nov 08 '15 14:11 Deraen