5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-19 12:20:48 +00:00

soportar make bundle

This commit is contained in:
f 2021-05-17 13:14:57 -03:00
parent 5d24834234
commit a112233e2a

View file

@ -29,10 +29,13 @@ serve: /etc/hosts
# make rails args="db:migrate"
rails:
$(hain) 'cd /Sutty/sutty; bundle exec rails $(args)'
$(MAKE) bundle args="exec rails $(args)"
rake:
$(hain) 'cd /Sutty/sutty; bundle exec rake $(args)'
$(MAKE) bundle args="exec rake $(args)"
bundle:
$(hain) 'cd /Sutty/sutty; bundle $(args)'
# Servir JS con el dev server.
# Esto acelera la compilación del javascript, tiene que correrse por separado