This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4845c65
commit 9a66534
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
Changes in version 2.4 | ||
---------------------- | ||
|
||
* Deprecated the `assetic:dump --watch` option in favor of the new | ||
`assetic:watch` command | ||
* Added support for running `assetic:dump` across multiple processes using | ||
`kriswallsmith/spork` | ||
|
||
Changes in version 2.1 | ||
---------------------- | ||
|
||
* Friendlier exception message when using Assetic in a bundle that Assetic | ||
has not been configured to scan | ||
* Assets are no longer dumped to the filesystem when `cache:warmup` is run. | ||
* Assets are no longer dumped to the filesystem when `cache:warmup` is run. | ||
This can only be done using the `assetic:dump` command | ||
* Added support for GSS filter | ||
* Assetic's routes are now automatically added when `use_controller` is | ||
* Assetic's routes are now automatically added when `use_controller` is | ||
`true` |