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.
6 lines
242 B
Bash
Executable File
6 lines
242 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
clj -m cljs.main -co test-environments/bundle-adv/build.edn -v --compile
|
|
npx webpack --config=test-environments/bundle-adv/webpack.config.js
|
|
cp -r site/public/index.html site/public/css target/bundle-adv/resources/public/
|