Assetix is a wrapper to eliminate the majority of the boilerplate needed to use Assetic as well as providing some custom filters.
So far Assetix supports the following features:
- compiling coffeescript to javascript
- compiling less/stylus to css
- embedding images into css (datauri base64)
- compiling underscore templates into a js file
- minimization of css and js
Take a look at the https://github.com/kloy/assetix/issues?sort=created&direction=desc&state=open page to see some of the upcoming features as well.
If you'd like to install Assetix I have written a wiki article at https://github.com/kloy/assetix/wiki/Installing-as-a-Fuel-package
I released 0.0.2 today which added support for ie 7 and below stylesheets (no images embedded in css) and handlebars javascript templates. Currently I am working on refactoring and stabilizing the API for a 0.1.0 release.