changelog updates.
This commit is contained in:
parent
894e5d51a0
commit
7d68162499
@ -14,6 +14,23 @@ The Documentation for the [latest stable release](http://compass-style.org/docs/
|
|||||||
|
|
||||||
The Documentation for the [latest preview release](http://beta.compass-style.org/)
|
The Documentation for the [latest preview release](http://beta.compass-style.org/)
|
||||||
|
|
||||||
|
0.11.3 (06/11/2011)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
**Note:** Due to some internal changes to compass you may have issue with your sass cache. Run `compass clean` to clear your cache.
|
||||||
|
|
||||||
|
* Added a new command: `compass clean` which removes any generated
|
||||||
|
css files and clears the sass cache.
|
||||||
|
* Enable IE 10 support for flexible box with the -ms prefix.
|
||||||
|
* A small change to how generated sprites are named for better
|
||||||
|
rails 3.1 compatibility.
|
||||||
|
* Fixes for the compass --quiet mode.
|
||||||
|
* It is now possible to generate cache buster urls that manipulate
|
||||||
|
the path of the image instead of the query string. This makes
|
||||||
|
images work better with proxies, but will require some web server
|
||||||
|
configuration. [Docs](/help/tutorials/configuration-reference/#asset-cache-buster)
|
||||||
|
* Numerous small bug fixes to sprites.
|
||||||
|
|
||||||
0.11.2 (06/10/2011)
|
0.11.2 (06/10/2011)
|
||||||
-------------------
|
-------------------
|
||||||
* Sprites will now by default remove any old versions of the sprite. A new configuration
|
* Sprites will now by default remove any old versions of the sprite. A new configuration
|
||||||
|
@ -307,6 +307,7 @@ the asset host configuration is ignored.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<a name="asset-cache-buster"></a>
|
||||||
**`asset_cache_buster`** – Pass this function a block of code that defines the
|
**`asset_cache_buster`** – Pass this function a block of code that defines the
|
||||||
cache buster strategy to be used. The block must return nil, a string or a hash.
|
cache buster strategy to be used. The block must return nil, a string or a hash.
|
||||||
If the returned value is a hash the values of :path and/or :query is used to generate
|
If the returned value is a hash the values of :path and/or :query is used to generate
|
||||||
|
Loading…
Reference in New Issue
Block a user