- Notifications
You must be signed in to change notification settings - Fork790
Common Problems
David Nolen edited this pageApr 26, 2015 ·1 revision
Make sure that your development classpath does not unnecessarily include test directories. ClojureScript now always recompiles child namespaces and changing a file could easily unintentionally trigger recompilation of all of your tests. Passing:verbose true
is a simple way to check that the compiler isn't compiling more than it should.
- Rationale
- Quick Start
- Differences from Clojure
- [Usage of Google Closure](Google Closure)