mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:41:41 +00:00
soportar make bundle
This commit is contained in:
parent
5d24834234
commit
a112233e2a
1 changed files with 5 additions and 2 deletions
7
Makefile
7
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue