Closed adjl closed 7 years ago
The sample.project.clj file is used as an entry-point user reference to the compiler options, and so should be kept accurate.
I got stuck for a while trying to get ClojureScript testing with PhantomJS to work, thinking that :optimizations was already set to :whitespace.
:optimizations
:whitespace
Hope this saves people time. :)
Cheers
Good catch! Thank you 👍
The sample.project.clj file is used as an entry-point user reference to the compiler options, and so should be kept accurate.
I got stuck for a while trying to get ClojureScript testing with PhantomJS to work, thinking that
:optimizations
was already set to:whitespace
.Hope this saves people time. :)
Cheers