Fork me on GitHub
#cljs-dev
<
2017-08-05
>
anmonteiro19:08:18

^ last step in fully supporting the browser field in Closure

anmonteiro19:08:03

this is for cases where the browser field is:

{"browser": {"override/this/file.js": "with/this/one.js"}}

anmonteiro19:08:01

btw if you’re hacking in the Closure Compiler and are not in IntelliJ, mvn -pl com.google.javascript:closure-compiler javadoc:javadoc is your friend

anmonteiro19:08:32

$ mvn -pl com.google.javascript:closure-compiler javadoc:javadoc
$ cd target/site/apidocs && python -m SimpleHTTPServer

juhoteperi19:08:49

Been hacking with Vim but I think I'll need IntelliJ to finish the UMD wrapper changes

juhoteperi19:08:01

The development and testing flow is so slow without IDE

anmonteiro19:08:03

I’ve done all this stuff in Emacs

anmonteiro19:08:07

let me know if you need help with the UMD stuff