Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

allows assets also to be found under app/Resources #180

Closed

Conversation

digitalkaoz
Copy link

currently assetic is not able to override bundles assets within the app/Resources Folder.

this patch enables the normal inheritance known from Twig-Templates. (http://symfony.com/doc/2.1/book/templating.html#overriding-bundle-templates)

  1. app/Resources/FooBundle/public/css/foo.css will override
  2. src/Bundle/FooBundle/public/css/foo.css will override (child bundle)
  3. vendor/foo/FooBundle/public/css/foo.css

@digitalkaoz
Copy link
Author

i think its related to #134 and #40 but with a more minimal change

@patryksz
Copy link
Contributor

patryksz commented Apr 8, 2013

There are any chances to close request?

@ghost
Copy link

ghost commented Jul 28, 2013

@digitalkaoz : i think you should add a test for this.

@digitalkaoz
Copy link
Author

i think it could be closed, there are several drawbacks in implementing this. look at the other PRs

@digitalkaoz digitalkaoz closed this Nov 5, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants