From 6ceffcfebfd90a361662e4c5896e3a7c13203623 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sat, 16 Jun 2018 08:32:21 +0200 Subject: [PATCH] so they went with `shards` -.- --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e0f4d9..d451454 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ public/js/app.min.js: public/js/app.js ./public/vendor/node_modules/.bin/google-closure-compiler-js $^ > $@ pull-deps: - crystal deps install + shards install cd public/vendor; npm install clean: