mirror of https://github.com/status-im/reagent.git
Build demo using UMD modules
This commit is contained in:
parent
2a54e5136e
commit
713c062ec3
|
@ -4,11 +4,15 @@ set -ex
|
|||
|
||||
SHA=$(git rev-parse HEAD)
|
||||
|
||||
# Prerendering seems to work best on React 16
|
||||
cd test-environments/browser-node-react-16
|
||||
cd test-environments/browser-umd-react-16
|
||||
|
||||
lein do clean, cljsbuild once prod
|
||||
|
||||
cd ../..
|
||||
|
||||
# Prerendering seems to work best on React 16
|
||||
cd test-environments/browser-node-react-16
|
||||
|
||||
lein cljsbuild once prerender
|
||||
node target/cljsbuild/prerender/main.js
|
||||
|
||||
|
|
Loading…
Reference in New Issue