mirror of https://github.com/status-im/reagent.git
414 B
414 B
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.