mirror of
https://github.com/gwenhael-le-moine/credger.git
synced 2024-12-26 09:58:36 +01:00
build for release
This commit is contained in:
parent
cb9d248f1e
commit
db6df7dfe3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
all: credger public/js/app.min.js
|
all: credger public/js/app.min.js
|
||||||
|
|
||||||
credger: credger.cr ledger.cr shard.lock
|
credger: credger.cr ledger.cr shard.lock
|
||||||
crystal build $<
|
crystal build --release $<
|
||||||
|
|
||||||
public/js/app.js: public/ts/app.ts public/ts/services/API.ts public/ts/components/dashboard.ts public/ts/components/bucket.ts
|
public/js/app.js: public/ts/app.ts public/ts/services/API.ts public/ts/components/dashboard.ts public/ts/components/bucket.ts
|
||||||
-./public/vendor/node_modules/.bin/tsc --project ./public/tsconfig.json
|
-./public/vendor/node_modules/.bin/tsc --project ./public/tsconfig.json
|
||||||
|
|
Loading…
Reference in a new issue