Re: [symfony-users] AsseticBundle ?

2011-06-20 Thread Mario Alberto Alvarez Garcia
Is still there, it just change the location, now you can find it in /vendor/bundles/Symfony/Bundle -- 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 us

Re: [symfony-users] AsseticBundle ?

2011-06-20 Thread David Buchmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, according to UPDATE.md in the root of symfony: ... beta4 to beta5 - -- ... * The AsseticBundle has been moved to its own repository (it still bundled with Symfony SE). ... so if assetic is not part of the SE, this sounds like a mi

[symfony-users] AsseticBundle ?

2011-06-20 Thread Arturo Sevilla
Hello, Does Beta5 come without the AsseticBundle installed? I downloaded both the tgz and zip version of Symfony SE with vendors and neither in both files the AsseticBundle was present. Thanks -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-pr

Re: [symfony-users] [AsseticBundle] Infinity recursion when use predefined asset

2011-06-01 Thread David Buchmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 seems to be a known bug that should be fixed soon: https://github.com/symfony/symfony/issues/1152 and yes, we all hope to see a comprehensive assetic documentation... Am 30.05.2011 14:12, schrieb Vyacheslav Slinko: > config.xml: > > >

[symfony-users] [AsseticBundle] Infinity recursion when use predefined asset

2011-05-31 Thread Vyacheslav Slinko
config.xml: %kernel.root_dir%/Resources/js/ jquery.min.js base.html.twig: {% javascripts '@jquery' %} {{ asset_url }} {% endjavascripts %} Output: Fatal error: Maximum function nesting level of '100' reached, aborting! in

Re: [symfony-users] [AsseticBundle][Compass] Compile for production?

2011-05-05 Thread Vincent Lechemin
On Wed, May 4, 2011 at 2:41 PM, Daniel Gomes wrote: > > I'm using compass in the AsseticBundle for the CSS's. My question is, in > development it creates a "temporary" css file but in production it doesn't? > Is there other configuration that i need to do? > > Thanks, > Try this: ./app/console as

[symfony-users] [AsseticBundle][Compass] Compile for production?

2011-05-04 Thread Daniel Gomes
Hello, I'm using compass in the AsseticBundle for the CSS's. My question is, in development it creates a "temporary" css file but in production it doesn't? Is there other configuration that i need to do? Thanks, Daniel Gomes m: +351 93 818 57 09 email: daniel.go...@reset.pt

Re: [symfony-users] AsseticBundle cannot import resource "."

2011-05-01 Thread aurelijus
In assetic configuration you have to set use_controller to true in your dev environment. -- Aurelijus ValeiĊĦa On Sun, May 1, 2011 at 12:08 PM, phil0 wrote: > When adding the Assetic route to routing_dev.yml an exception is thrown: > Symfony\Component\Config\Exception\FileLoaderImportException >

[symfony-users] AsseticBundle cannot import resource "."

2011-05-01 Thread phil0
When adding the Assetic route to routing_dev.yml an exception is thrown: Symfony\Component\Config\Exception\FileLoaderImportException *Cannot import resource "'.'" from "'/[...]/app/config/routing_dev.yml'".* * * /vendor/symfony/src/Symfony/Component/Config/Loader/FileLoader.php on line 74 The e