Asset Sync v0.1.7 Release Notes

Release Date: 2011-10-15 // over 12 years ago
  • ๐Ÿ”– Version 0.1.7 (David Rice [email protected])

    ๐Ÿ”„ Changes:

    • 6 Nominal Changes

      • Merge pull request #7 from hone/6_rails3.1.1

      Rails 3.1.1 Compatability

      • rails 3.1.1 support
      • fix typo
      • Update the generated yml config with a staging environment, use defaults more. Engine within asset sync doesn't appear to be ran even with :group => :assets in the definition. Add railtie to allow setting config.asset_sync configuration within a rails application.rb, this and moving the initializer style of config seems to work for Rails 3.1.1, also so does purely relying on the YAML config
      • New version of asset_sync to work around Rails 3.1.1 issues. Test if config/initializers/asset_sync.rb exists and load that, otherwise provide a default initializer that is configurable with environment variables. Then merge in settings if config/asset_sync.yml is found. Add the asset_sync.rake in to lib/tasks so it is autoloaded and don't bother generating it anymore
      • Bugfix