Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boot-reload will try reloading non-reloadable files #46

Open
Deraen opened this issue Nov 8, 2015 · 1 comment
Open

Boot-reload will try reloading non-reloadable files #46

Deraen opened this issue Nov 8, 2015 · 1 comment

Comments

@Deraen
Copy link
Contributor

Deraen commented Nov 8, 2015

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: boot-clj/boot-cljs#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
Copy link
Contributor Author

Deraen commented Nov 8, 2015

Partially fixed by 3478268

@Deraen Deraen self-assigned this Sep 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant