Skip to content

Commit

Permalink
Remove ancient, lein-cljsbuild version specific note in compiler options
Browse files Browse the repository at this point in the history
This has been fixed in lein-cljsbuild for a while
emezeske/lein-cljsbuild#381
  • Loading branch information
kommen committed Mar 16, 2018
1 parent 7db349a commit 8ddbb4b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions content/reference/compiler-options.adoc
Expand Up @@ -56,11 +56,7 @@ externs] may also serve as useful examples.

When the <<compiler-options#main,`:main` option>> is not used, `:none` requires manual code loading and hence a separate HTML from the other options.

Defaults to `:none`. Note: `lein cljsbuild` `1.0.5` will supply
`:whitespace`. (See
https://github.com/emezeske/lein-cljsbuild/issues/381[this issue].)

[source,clojure]
Defaults to `:none`. [source,clojure]
----
:optimizations :none
----
Expand Down

0 comments on commit 8ddbb4b

Please sign in to comment.