Worked web app

This commit is contained in:
2019-11-09 19:15:58 +03:00
parent 639888d227
commit 988d4b24b4
12 changed files with 197 additions and 294 deletions

View File

@ -22,6 +22,15 @@ build:
format:
crystal tool format ./src ./spec
build-assets:
rm -rf ./public/assets
nodejs npm run-script build
format-assets:
nodejs npm run-script format-webpack || true
nodejs npm run-script format-js || true
nodejs npm run-script format-vue || true
.PHONY: run
run: format
crystal run $(ENTRY_POINT)