mirror of
https://github.com/status-im/reagent.git
synced 2025-01-29 05:07:04 +00:00
Advanced optimized JS bundle
tesh.sh
- Creates
karma.js
bundle usingkarma.edn
, including the test suite. - Runs Karma with
karma.config.js
.
- Creates
build.sh
- Creates
index.js
bundle which contains the demo site, without test suite. - Runs Webpack and copies static files to target folder.
- Creates
- The bundles share the ClojureScript compiler output-dir, so need to compile everything twice.