class Blazing::Recipe::PrecompileAssets

Public Instance Methods

run(target_options = {}) click to toggle source
Calls superclass method
# 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