Symfony2中的jQuery UI图像

时间:2015-11-09 17:09:36

标签: php symfony jquery-ui assetic

我遇到问题从jQuery-ui获取图像以在我的symfony2应用程序中正确显示。

设置很简单 - 我使用composer来获取“components / jqueryui”并将其包含在我的配置文件中:

assets:
    css_jqueryui:
        inputs:
            - %kernel.root_dir%/../vendor/components/jqueryui/themes/base/jquery-ui.min.css
        filters: [cssrewrite]

然而,图像被破坏 - 我收到404错误,路径被重写为../../images/*(使用或不带重写过滤器)。

0 个答案:

没有答案