We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Compiler Options (markdown)
Add a little more info on `:preprocess`
Initial stab at :parallel-build compiler option
Change `resources/assets` to `resources/public` for consistency
correct back to assets to be consistent with the rest of the compiler opts
Added example and interplay between :output-dir and :asset-path
Clarify behavior of `:closure-defines` (:none requires :main, :whitespace doesn't work), and clean up language a bit in explanation.
Improve description of :optimize-constants option
Add :optimize-constants option
Removed comment about the bug of missing shebang for :optimizations :none now that it's fixed.
Add link to Quick-Start#running-clojurescript-on-nodejs to :target option.
Add Google Closure compiler option :anon-fn-naming-policy.
Fixed small typo.
Flesh out `:foreign-libs` description
Added link to official docs for Google Closure Compile optimization levels.
Add single segment namespace warning
Expand documentation for :libs. Mention what they should contain and relative path resolution.
Fix :output-wrapper default