mirror of
https://github.com/status-im/reagent.git
synced 2025-01-11 20:34:37 +00:00
58583db56d
New :bundle target will generate JS tooling compatible output, which can be processed with Webpack and passed to Karma.
5 lines
156 B
Bash
Executable File
5 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
clojure -m cljs.main -co test-environments/bundle-adv/karma.edn -v --compile
|
|
npx karma start test-environments/bundle-adv/karma.conf.js
|