Skip to content

Commit

Permalink
aaaaaah
Browse files Browse the repository at this point in the history
  • Loading branch information
zleyyij committed Feb 15, 2024
1 parent f6b3291 commit 098bdbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
8 changes: 5 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ echo "> ${bold}Compiling the parser...${normal}\n"
cd src/scripts/parser/; wasm-pack build --target web; cd -

echo "> ${bold}Copying essential files to target/...${normal}\n"
mkdir -p target/scripts/parser/pkg
mkdir -pv target/scripts/parser/pkg
mkdir -pv target/assets
mkdir -pv target/styles
cp -rv src/index.html target/
cp -rv src/manifest.json target/
cp -rv src/assets/ target/assets/
cp -rv src/styles/ target/styles/
cp -rv src/assets/* target/assets/
cp -rv src/styles/* target/styles/
cp -rv src/scripts/*.js target/scripts/
cp -rv src/scripts/lib/ target/scripts/lib/
cp -rv src/scripts/parser/pkg/* target/scripts/parser/pkg/
Expand Down

0 comments on commit 098bdbf

Please sign in to comment.