mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 15:40:02 -04:00
buildstatic.sh
This commit is contained in:
parent
1e424e515a
commit
f4bbc4db2c
1 changed files with 13 additions and 0 deletions
13
buildstatic.sh
Executable file
13
buildstatic.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
DST=staticbuild
|
||||
|
||||
rm -rf $DST
|
||||
mkdir -p $DST
|
||||
|
||||
cp -r node_modules/@mercuryworkshop/bare-mux/dist/ $DST/baremux
|
||||
cp -r node_modules/@mercuryworkshop/epoxy-transport/dist/ $DST/epoxy
|
||||
cp -r node_modules/@mercuryworkshop/libcurl-transport/dist/ $DST/libcurl
|
||||
cp -r assets/ $DST/assets
|
||||
cp -r dist/ $DST/scram
|
||||
cp -r static/* $DST
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue