In #1784774: Remove Assetic component from core, I wrongly advocated the use of Assetic 1.1 which is not currently stable. I asked Kris Wallsmith, the lead dev for Assetic which version we should use and he said to use 1.0 since it's stable and I agree. I typically don't projects with non-stable modules or libraries. Even if the library seems to be nearing stability.
With this issue we should replace the 1.1-alpha version with 1.0 of Assetic.
Comments
Comment #1
webchickIs there a reason why? Drupal 8 isn't set to ship until September 2013. By then, I imagine 1.0 will be old news.
Comment #2
cosmicdreams commentedI agree that 1.1 *might* be ready by that time. But I asked the lead developer of Assetic and he recommended that we use 1.0. That's my sole reason why.
He might know that there are still large-ish problems with 1.1 and we'd make more progress implementing on top of what 1.0 has to offer first. The evolve our code when 1.1 becomes solid.
That sounds right to me, because we can iterate off of Assetic's code. I suspect there won't be a large change between 1.0 and 1.1. And if we get really lucky. Maybe Kris will have some time to help us along and help build in support for his libraries into a CMS that many many websites will use in the future.
Comment #3
robloachThis isn't too large of a priority as we're still working on getting it integrated. Let's roll with 1.1 for now and if we run into any stability issues, we'll roll back to 1.0. Making a patch for this is easy. CHANGELOG-1.1.md outlines what's new.
We should keep from pinging Kris on this for a while until things have cooled down on his end.
Comment #4
cosmicdreams commentedSounds good
Comment #5
mgiffordCould we use v1.1.2
https://github.com/kriswallsmith/assetic/releases
Comment #6
siwinski commented1.2.0 has been released and is the latest stable release: https://github.com/kriswallsmith/assetic/releases
Comment #7
jhedstrom#2356845: Remove the assetic library.
When #1762204: Introduce Assetic compatibility layer for core's internal handling of assets is picked up again, the latest version will presumably be used.