This commit is contained in:
Gwenhael Le Moine 2021-04-22 13:02:03 +02:00
parent 5072d97186
commit d927e5535f
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
3 changed files with 1763 additions and 808 deletions

View file

@ -10,7 +10,7 @@ public/js/app.min.js: public/js/app.js
./public/vendor/node_modules/.bin/google-closure-compiler-js $^ > $@
pull-deps:
shards install
shards install --production -v
cd public/vendor; npm install
clean:

2565
public/vendor/package-lock.json generated vendored

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,8 @@
version: 2.0
shards:
ameba:
github: crystal-ameba/ameba
version: 0.10.1
git: https://github.com/crystal-ameba/ameba.git
version: 0.14.3
exception_page:
git: https://github.com/crystal-loot/exception_page.git