incsw/assetic-extensions-bundle

此包已被废弃,不再维护。未建议替代包。

Assetic 扩展包

0.4.1 2016-06-06 13:08 UTC

This package is not auto-updated.

Last update: 2021-04-17 00:24:30 UTC


README

Build Status

incsw/assetic-extensions-bundle 为您的 Symfony2 项目中的 AsseticBundle 提供扩展。需要 PHP 7.0+。

配置

incsw_assetic_extensions:
    filters:
        babel:
            config: '%kernel.root_dir%/../.babelrc'

示例

Babel 过滤器

{% javascripts '@AppBundle/Resources/public/js/*' filter='babel' %}
    <script src="{{ asset_url }}"></script>
{% endjavascripts %}

许可证

MIT