Commit a4d6a24
CLJS-1467: Foreign Libraries not included when using :main with :simple or :advanced
Fixes bug by checking if either output-file or output-to option is
set, which means that compile-file will return a IJavaScript map instead
of a String when output-to option is set. Need to check if output-to is
a String, since it also could be the :print keyword, in which case we
don't want to write the output to disk.1 parent 44f2e44 commit a4d6a24
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
0 commit comments