mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
Added assets precomplie shortcut
This commit is contained in:
parent
17129b49ea
commit
41d3c9ab8a
1 changed files with 4 additions and 0 deletions
|
@ -12,3 +12,7 @@ namespace :assets do
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
task as: :environment do
|
||||
system('RAILS_ENV=production rake assets:precompile')
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue