Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CssRewriteFilter does not use base path #357

Open
Koc opened this issue Jan 24, 2013 · 0 comments
Open

CssRewriteFilter does not use base path #357

Koc opened this issue Jan 24, 2013 · 0 comments

Comments

@Koc
Copy link

Koc commented Jan 24, 2013

Symfony-Standard 2.1.3 with default Assetic settings, dev env

            {% stylesheets
                'bundles/ololosoftextjs/js/extjs/resources/css/ext-all-debug.css'
                filter='cssrewrite'
            %}
                <link rel="stylesheet" type="text/css" href="{{ asset_url }}" />
            {% endstylesheets %}

Open http://ololo.dev/web/group/user/role (base path "/web/") and all images loading from "http://ololo.dev/bundles/rillsoftextjs/js/extjs/resources/themes/images/default/button/arrow.gif" but should be loaded from "http://ololo.dev/web/bundles/rillsoftextjs/js/extjs/resources/themes/images/default/button/arrow.gif"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant