From 863fd684b464f57c76ed7239086cd3fd1486f79c Mon Sep 17 00:00:00 2001 From: f Date: Thu, 11 Feb 2021 18:08:55 -0300 Subject: [PATCH] asegurarse que siempre se compilan los assets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7e5cf70a..d9d82e4b 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,10 @@ assets := package.json yarn.lock $(shell find app/assets/ app/javascript/ -type alpine_version := 3.12 -public/packs/manifest.json: $(assets) +public/packs/manifest.json.br: $(assets) PANEL_URL=https://panel.sutty.nl RAILS_ENV=production NODE_ENV=production bundle exec rake assets:precompile assets:clean -assets: public/packs/manifest.json +assets: public/packs/manifest.json.br serve: /etc/hosts bundle exec rails s -b "ssl://0.0.0.0:3000?key=../sutty.local/domain/$(SUTTY).key&cert=../sutty.local/domain/$(SUTTY).crt"