DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Administrator Manual

Installation

If you want to use assetic, you have to install the software dependencies on your server.

Dependencies for Assetic Filters

Java (yui_css and yui_js)

add non-free to debian/ubuntu debs in apt/sources.list
apt-get install sun-java6-jre

debian / ubuntu example

Compass (compass)

apt-get install ruby rubygems

gem update
gem install compass --pre

debian / ubuntu example

Compass Plugins (if you like to use one)
gem install compass-h5bp

gem install bootstrap-sass

debian / ubuntu example