Skip to content

Instantly share code, notes, and snippets.

@ismell
Created May 8, 2014 16:56
Show Gist options
  • Select an option

  • Save ismell/a05035f441465e57cf52 to your computer and use it in GitHub Desktop.

Select an option

Save ismell/a05035f441465e57cf52 to your computer and use it in GitHub Desktop.

Revisions

  1. ismell created this gist May 8, 2014.
    8 changes: 8 additions & 0 deletions circle.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    dependencies:
    # Compute the assets once and cache them
    post:
    - bundle exec rake assets:precompile assets:clean_expired:
    environment:
    RAILS_GROUPS: assets
    cache_directories:
    - "public/assets"