Skip to content

Commit

Permalink
fix cleancss flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Aug 24, 2022
1 parent 8a1152c commit 5141e35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 918 deletions.
4 changes: 2 additions & 2 deletions cmd/gtree-wasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ tinybuild:
tinygo build -o main.wasm -target wasm -tags wasm main.go

deploy: confirm tinybuild
cleancss main.css ../../docs/main.css
cleancss toast.css ../../docs/toast.css
cleancss -o ../../docs/main.css main.css
cleancss -o ../../docs/toast.css toast.css
uglifyjs main.js --compress drop_console=true -o ../../docs/main.js
uglifyjs toast.js --compress drop_console=true -o ../../docs/toast.js
uglifyjs wasm_exec.js --compress drop_console=true -o ../../docs/wasm_exec.js
Expand Down
Loading

0 comments on commit 5141e35

Please sign in to comment.