mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Don't minify playground.
This commit is contained in:
parent
60902fcfcc
commit
12025f2a2e
2 changed files with 0 additions and 11 deletions
1
.github/workflows/gh-pages.yml
vendored
1
.github/workflows/gh-pages.yml
vendored
|
|
@ -84,7 +84,6 @@ jobs:
|
||||||
cd reanimate-playground/viewer-elm
|
cd reanimate-playground/viewer-elm
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
npm run minify
|
|
||||||
mkdir hpc/playground
|
mkdir hpc/playground
|
||||||
cp dist/* hpc/playground/
|
cp dist/* hpc/playground/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,16 +22,6 @@ backend : String
|
||||||
backend =
|
backend =
|
||||||
"149.56.132.163"
|
"149.56.132.163"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-- backend = "localhost"
|
|
||||||
|
|
||||||
backend : String
|
|
||||||
backend =
|
|
||||||
"149.56.132.163"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-- backend = "localhost"
|
-- backend = "localhost"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue