--
Note that posts from new members are moderated - please be patient with your first post.
---
You received this message because you are subscribed to the Google Groups "ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojurescrip...@googlegroups.com.
To post to this group, send email to clojur...@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.
This isn’t supported, the browser REPL relies fundamentally on loading code dynamically which is not supported in any way whatsoever under any optimization setting other than :none.
Even an optimization of :whitespace is unsupported?
e
Okay, thanks for answering that.
There are few use cases for :simple ever
You’re probably already aware of this use case for :whitespace, but I’ll mention it anyway: we’re using ClojureScript in a Google Chrome Extension. Because Chrome Extensions require every asset to be individually enumerated in a manifest file (and it’s my understanding that this is also true of Atom Editor plugins), we develop with :whitespace so that we only have to list a single JavaScript file. Developing with an optimization of :none would be great, especially for shaving some extra seconds off our compile times, but we’d have to maintain separate dev/prod versions of the manifest file, and constantly update it with new .js files as they are added to the project.
Maybe there’s some way around this that I’m unaware of?
e
You received this message because you are subscribed to a topic in the Google Groups "ClojureScript" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojurescript/UPBYggXCcGs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojurescrip...@googlegroups.com.
Would be more than happy to take a patch to make :simple + browser REPL work. As people get more particular about where they want to take ClojureScript we’re just going to have to get more patches from the community to go there (and the maintenance work to stay there).
Okay, I’ll take a look into what's involved.
e
You received this message because you are subscribed to a topic in the Google Groups "ClojureScript" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojurescript/UPBYggXCcGs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojurescrip...@googlegroups.com.