Class: Blazing::Recipe::PrecompileAssets

Inherits:
Blazing::Recipe
  • Object
show all
Defined in:
lib/appboost/blazing/precompile_assets.rb

Instance Method Summary collapse

Instance Method Details

#run(target_options = {}) ⇒ Object



5
6
7
8
9
10
# File 'lib/appboost/blazing/precompile_assets.rb', line 5

def run(target_options = {})
  super target_options

  info 'precompiling assets'
  system 'bundle exec rake RAILS_GROUPS=assets assets:precompile'
end