CLJS tooling - daiyi/dev-diary GitHub Wiki
CLJS DevTools
Dirac DevTools
- maintains a set of patches rolling on top of Chrome DevTools
- adding ClojureScript support
- installation instructions
Setup for Linux
install locally because
Chrome Canary is currently not available on the Linux platform.
Browser
- see dirac releases
- download specific Chromium version
- install Dirac extension locally from zip
Project
- set dependency
-
specific version
- best practice
:dependencies [binaryage/dirac "1.2.12"](/daiyi/dev-diary/wiki/binaryage/dirac-"1.2.12")
-
latest released version
- only if you using Chrome Extension (automatical updates)
:dependencies [binaryage/dirac "<DIRAC-VERSION>"](/daiyi/dev-diary/wiki/binaryage/dirac-"<DIRAC-VERSION>") ;; Use Clojars version
:dependencies [binaryage/dirac "RELEASE"](/daiyi/dev-diary/wiki/binaryage/dirac-"RELEASE")
-
- example project