mirror of
https://github.com/status-im/reagent.git
synced 2026-08-31 13:01:15 +00:00
New :bundle target will generate JS tooling compatible output, which can be processed with Webpack and passed to Karma.
Advanced optimized JS bundle
tesh.sh- Creates
karma.jsbundle usingkarma.edn, including the test suite. - Runs Karma with
karma.config.js.
- Creates
build.sh- Creates
index.jsbundle 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.