emezeske / lein-cljsbuild

Leiningen plugin to make ClojureScript development easy.
Other
1.1k stars 151 forks source link

Update sample.project.clj doc to reflect default :optimizations value #456

Closed adjl closed 7 years ago

adjl commented 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.

Hope this saves people time. :)

Cheers

mneise commented 7 years ago

Good catch! Thank you 👍