-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
The following Clojure code:
(assoc build-opts
:main 'leapyears.test.main
:output-to "out/tests.js"
:output-dir "out/tests"
:target :nodejs)needs to be:
(assoc build-opts
:main 'leapyears.test.main
:output-to "out/tests.js"
:output-dir "out/tests"
:asset-path "out/tests"
:target :nodejs)and the following Clojure code:
(assoc build-opts
:main 'leapyears.test.main
:watch-fn run-tests
:output-to "out/tests.js"
:output-dir "out/tests"
:target :nodejs)needs to be:
(assoc build-opts
:main 'leapyears.test.main
:watch-fn run-tests
:output-to "out/tests.js"
:output-dir "out/tests"
:asset-path "out/tests"
:target :nodejs)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels