1 Repo
Creating different versions of assets based on variable inputs to provide tailored code.
Distinct from Asset Versioning: Focuses on creating content variants based on variables, not just assigning unique version IDs for caching.
Explore 1 awesome GitHub repository matching web development · Variable-Driven Generation. Refine with filters or upvote what's useful.
Assetic is a frontend build tool and asset pipeline manager for PHP applications. It functions as a static asset optimizer and compiler that transforms, organizes, and exports CSS and JavaScript files to disk for service by a web server. The system uses a filter-based transformation pipeline to convert preprocessor languages into standard web formats and minify code for production environments. It incorporates a versioning system that assigns unique timestamps or identifiers to filenames to prevent browsers from loading outdated cached assets. The tool manages static file bundling by merging
Creates multiple versions of an asset based on specific variables to deliver tailored code at runtime.