mirror of
https://github.com/gwenhael-le-moine/credger.git
synced 2024-12-26 09:58:36 +01:00
updates
This commit is contained in:
parent
5072d97186
commit
d927e5535f
3 changed files with 1763 additions and 808 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ public/js/app.min.js: public/js/app.js
|
||||||
./public/vendor/node_modules/.bin/google-closure-compiler-js $^ > $@
|
./public/vendor/node_modules/.bin/google-closure-compiler-js $^ > $@
|
||||||
|
|
||||||
pull-deps:
|
pull-deps:
|
||||||
shards install
|
shards install --production -v
|
||||||
cd public/vendor; npm install
|
cd public/vendor; npm install
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
2559
public/vendor/package-lock.json
generated
vendored
2559
public/vendor/package-lock.json
generated
vendored
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,8 @@
|
||||||
version: 2.0
|
version: 2.0
|
||||||
shards:
|
shards:
|
||||||
ameba:
|
ameba:
|
||||||
github: crystal-ameba/ameba
|
git: https://github.com/crystal-ameba/ameba.git
|
||||||
version: 0.10.1
|
version: 0.14.3
|
||||||
|
|
||||||
exception_page:
|
exception_page:
|
||||||
git: https://github.com/crystal-loot/exception_page.git
|
git: https://github.com/crystal-loot/exception_page.git
|
||||||
|
|
Loading…
Reference in a new issue