Method: Guard::FonesAssets#run_all
- Defined in:
- lib/guard/fones/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/fones/assets.rb', line 18 def run_all UI.info "Rebuilding all assets" ::Fones::Guard.builder.clean_images ::Fones::Guard.builder.build_assets end |