Le 30/05/2011 22:10, Anton Patrikeyev a écrit :
I have little problem with AsseticBundle and don't know how to solve it.

In my bundle I place my css files in *MyBundle/Resources/public/css/*
Every time if I wont to change my css in public root I need to use symfony console *app/console assets:install web*
It works ok, but itisn't comfortable run console on every change in css

Is there any way to automaticaly generate assets in public dir in development enviroment?

I know that symlinks is simple sollution but my designer uses windows.

What sollution is right for this problem?
The --symlink option works on windows Vista and 7 when you run the command as administrator.

The right solution here is to use the --symlink option (or to use Assetic to manage the assets instead of just copying them to the web folder).

--
Christophe | Stof

--
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