Method: Guard::ForgeAssets#run_all
- Defined in:
- lib/guard/forge/assets.rb
#run_all ⇒ Object
Called on Ctrl-\ signal This method should be principally used for long action like running all specs/tests/…
18 19 20 21 22 |
# File 'lib/guard/forge/assets.rb', line 18 def run_all UI.info "Rebuilding all assets" ::Forge::Guard.builder.clean_images ::Forge::Guard.builder.build_assets end |