-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

until there is a doc up, i just post findings about assetic here.

we have now lessphp working if you want a less filter. you can update
your vendors.sh to get lessphp from git://github.com/leafo/lessphp.git
and put it into vendor/lessphp/

to make it work with symfony, you need this in your config.yml (and no
entry in autoload - lessphp is currently not autoload-compatible)

debug:          %kernel.debug%
use_controller: false
filters:
    lessphp:
        file:   %kernel.root_dir%/../vendor/lessphp/lessc.inc.php

now use it with

{% stylesheets output='all.css' filter='lessphp'
'@XyBundle/Resources/less/file.less' %}

cheers,david
- -- 
Liip AG // Agile Web Development // T +41 26 422 25 11
CH-1700 Fribourg // PGP 0xA581808B // www.liip.ch
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk2bCcIACgkQqBnXnqWBgIvT5QCgualIZez/UgBUWS0I1vGaV3++
euYAoKb4AtUDHpJPiM59z88HRwQylJNp
=8CLI
-----END PGP SIGNATURE-----

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to