Asset Sync v0.2.10 Release Notes

Release Date: 2012-02-16 // about 12 years ago
  • ๐Ÿ”– Version 0.2.10 (David Rice [email protected])

    ๐Ÿ”„ Changes:

    • 5 Nominal Changes

      • Add an AssetSync.log method for outputing sync config failure so we can stub it out easily in tests
      • Merge pull request #44 from dbalatero/fix_nonstandard_manifest_location

      Fixes asset_sync to correctly read manifest.yml files.

      • Fixes asset_sync to correctly read manifest.yml files.

      Rails.config.assets.manifest only points to the directory that contains the manifest.yml file:

      https://github.com/rails/rails/blob/226783d1e8891a38d4a61017952528970dba903d/actionpack/lib/sprockets/railtie.rb#L36

      • Add hack, seems required for some applications on push to Heroku, not for others
      • Version 0.2.9 fix bug in internal initializer