ymc / asset-bundle
Installs: 3 740
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.2
- symfony/framework-bundle: ^2.7 || ^3.2
This package is auto-updated.
Last update: 2025-06-23 17:40:57 UTC
README
Useful Symfony && gulp stuff
gulp-rev
support
Overrides Twig's asset()
function to look up the versioned asset path in a gulp-rev
manifest first. If the manifest file doesn't exists or if the asset is not in it, it leaves the asset path alone.
It also support multiple manifest files, by both using a Glob in the file path and/or specifing multiple manifest files.
Configuration
ymc_asset: gulp_rev: enabled: true manifest_files: - %kernel.root_dir%/../web/rev-manifest.json