Skip to content

Commit

Permalink
build.sh: use RELEASE/bigbox3d directory
Browse files Browse the repository at this point in the history
  • Loading branch information
theMK2k committed Dec 6, 2020
1 parent 0096608 commit 0ffb789
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

rm -rf ./RELEASE/
mkdir -p ./RELEASE
mkdir -p ./RELEASE/bigbox3d

npx uglify-js ./bigbox3d.js --output ./RELEASE/bigbox3d.js
cp ./bigbox3d.html ./RELEASE/bigbox3d.html
cp ./template* ./RELEASE/
cp ./README.md ./RELEASE/README.md
cp ./LICENSE.md ./RELEASE/LICENSE.md
npx uglify-js ./bigbox3d.js --output ./RELEASE/bigbox3d/bigbox3d.js
cp ./bigbox3d.html ./RELEASE/bigbox3d/bigbox3d.html
cp ./template* ./RELEASE/bigbox3d/
cp ./README.md ./RELEASE/bigbox3d/README.md
cp ./LICENSE.md ./RELEASE/bigbox3d/LICENSE.md

0 comments on commit 0ffb789

Please sign in to comment.