boltconcepts / bdev-assetic-bundle
dev-master
2013-03-08 19:00 UTC
Requires
- php: >=5.3.2
- symfony/assetic-bundle: >=2.0,<2.3-dev
This package is not auto-updated.
Last update: 2022-02-01 12:24:04 UTC
README
此包通过一些调整和技巧扩展了Symfony2 AsseticBundle。
LessPHP
为LessphpFilter
添加了load_paths
配置选项。
#app/config/config.yml assetic: filters: lessphp: ..... load_paths: [ "%kernel.root_dir%/../vendor/fortawesome/", "%kernel.root_dir%/../vendor/twitter/", "%kernel.root_dir%/../vendor/jschr/" ]
FontDirectoryFormulaLoader
此公式加载器添加了将包含字体文件的目录复制到font/
的技巧/能力。
assetic.font_awesome.fonts: class: %assetic.font_directory_resource.class% arguments: - "my/dir/" # Change this to the directory with your font files tags: - { name: assetic.formula_resource, loader: font_directory_loader }
FontDirectoryFormulaLoader是一个技巧,但它可以使管理像Font Awesome这样的东西变得简单。