Sha256: 56edaf11b568e598a2fe1930a8b6a48046dbef8beadb38fdf0ca9a3e1b2d64f9

Contents?: true

Size: 810 Bytes

Versions: 2

Compression:

Stored size: 810 Bytes

Contents

HISTORY
=======

Version 0.1.3 (2010-03-03)
--------------------------
* Allowed adding commit IDs and asset hosts to `url(/htc/...)` URLs (e.g.,
  `/htc/iepngfix.htc`) in CSS, not just images.
* Changed `AssetHat.config` to memoize only if `cache?` is true. In
  development environments, this means the config file will be reread with
  every request.

Version 0.1.2 (2010-01-27)
--------------------------
* Memoized HTML output from `include_css` and `include_js` when
  `AssetHat.cache?` is true.

Version 0.1.1 (2010-01-20)
--------------------------
* Rewrote `AssetHat::VERSION` to be based on `VERSION.yml`.
* Prefixed `AssetHat::CONFIG_FILEPATH` with `RAILS_ROOT`, which fixes ability
  to run an app's individual test files.

Version 0.1.0 (2010-01-19)
--------------------------
* Initial release.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
asset_hat-0.1.4 HISTORY
asset_hat-0.1.3 HISTORY