Re: [symfony-users] Re: AsseticBundle Configuration + Usage

2011-04-05 Thread David Buchmann
-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

Re: [symfony-users] Re: AsseticBundle Configuration + Usage

2011-04-04 Thread David Buchmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi and thanks for documenting this, it really helps. i think there are two glitches in your config: you duplicate bundles by having it both in write_to and and in your stylesheet tag. the most simple use case is probably: write_to:

[symfony-users] Re: AsseticBundle Configuration + Usage

2011-04-04 Thread Wizermil
Hi, David is 100% right about write_to in app/config/config.yaml I found the bug this week end when I worked on my project. Tips for others devs you have to be careful when you play with write_to you set the right path in the attribute output of {% stylesheets %} ... BTW I used the default value

[symfony-users] Re: AsseticBundle Configuration + Usage

2011-04-01 Thread Wizermil
Hi, I confirm it was a mistake in my code, my bad. I didn't write the right path in output attribute. I forget about the system folder web/bundles (generated automatically by app/console assets:install web) I thought it was handled by the framework but not : (. Whatever, I can explain how I