Skip to content

bluedogtraining/Assetic-Extensions

Repository files navigation

Assetic Extensions Build Status

A repository for assorted extensions to the Assetic library.

Currently only contains a Cachbuster filter.

CachebusterFilter

A simple filter to rewrite CSS URLs to append cachebusting tags to them.

For example, using a filter like:

new CachebusterFilter('v=12345');

will turn

body { background: url(foo.gif); }

into:

body { background: url(foo.gif?v=12345); }

Usage

For information on using Assetic filters, see https://github.com/kriswallsmith/assetic/blob/master/docs/en/concepts.md

About

A repository for assorted extensions to the Assetic library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages