-
Notifications
You must be signed in to change notification settings - Fork 788
Common Problems
David Nolen edited this page Apr 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)