Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental sync_assets feature to speed up asset compilation #119

Merged
merged 2 commits into from
Dec 11, 2014

Commits on Dec 9, 2014

  1. 2.6.0 version is next.

    Minor bump for new features that are backwards compatible.
    martinemde committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    4b86353 View commit details
    Browse the repository at this point in the history
  2. Supports *experimental* ey.yml option sync_assets

    When set to true, asset compilation will be executed on the primary
    deployment server and rsync'd to other servers.
    
    This feature is experimental.
    
    It has been tested live but the current approach may not prove to be the
    most effective way to speed up asset compilation. Future versions will
    attempt to maintain a similar feature, but the implementation is subject
    to change.
    martinemde committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    aa91108 View commit details
    Browse the repository at this point in the history