- minify js and css

This commit is contained in:
Alex Ling
2020-02-17 01:50:44 +00:00
parent 2cbb719855
commit 69f4795f06
5 changed files with 45 additions and 1 deletions

View File

@@ -1,4 +1,12 @@
build:
yarn
yarn uglify
shards install
crystal build src/mango.cr --release --progress
run:
crystal run src/mango.cr --error-trace
clean:
rm mango
rm -rf dist
rm yarn.lock
rm -rf node_modules