mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 06:31:41 +00:00
asegurarse que siempre se compilan los assets
This commit is contained in:
parent
522494de5a
commit
863fd684b4
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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"
|
||||
|
|
Loading…
Reference in a new issue