forked from clojure/clojurescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLJS-3255: cljs.build.api/build doesn't work with single arity / 2-ar…
…ity with nil While actually supported make a small change so that `source` argument to cljs.build/build can actually be nil in all cases. If `:main` is supplied, `:optimizations` `:none`, and source nil, go ahead supply source as that will always be what the user intended. Note cljs.cli already fixed this problem some time ago but at a higher level.
- Loading branch information
1 parent
b7895ae
commit 0ea117b
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters