This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-05
Channels
- # bangalore-clj (1)
- # beginners (99)
- # boot (108)
- # cider (15)
- # clara (4)
- # cljs-dev (12)
- # cljsjs (37)
- # cljsrn (4)
- # clojure (110)
- # clojure-italy (2)
- # clojure-spec (12)
- # clojurescript (168)
- # cursive (1)
- # datomic (24)
- # graphql (6)
- # hoplon (5)
- # jobs-discuss (2)
- # keechma (21)
- # mount (5)
- # off-topic (140)
- # om (2)
- # parinfer (37)
- # planck (6)
- # re-frame (4)
- # reagent (9)
- # rum (2)
- # spacemacs (4)
^ last step in fully supporting the browser field in Closure
Cool!
this is for cases where the browser field is:
{"browser": {"override/this/file.js": "with/this/one.js"}}
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
$ mvn -pl com.google.javascript:closure-compiler javadoc:javadoc
$ cd target/site/apidocs && python -m SimpleHTTPServer
Been hacking with Vim but I think I'll need IntelliJ to finish the UMD wrapper changes
The development and testing flow is so slow without IDE
I’ve done all this stuff in Emacs
right
let me know if you need help with the UMD stuff