Hi, Just wanted to test the waters as to whether a console command that moves templates and other assets out of a bundle into the appropriate directory under "app" to override resources would be of use to Symfony developers?
Something along the lines of: *php app/console assets:override <bundle name> * where bundle name is optional. For my own purposes recently (wanting to override a bunch of templates from 3 or 4 different bundles of my own), I wrote a console command that just moves templates and assets out of the bundle Resources directory to the app/Resources/<bundlename> directory. I have not written unit tests for it at this point, or any other documentation, and wanted to gauge the feedback before proceeding to do so. I personally find this command quite useful. Cheers, Ross -- -- If you want to report a vulnerability issue on Symfony, please read the procedure on http://symfony.com/security You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en --- You received this message because you are subscribed to the Google Groups "Symfony developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
