xStatic v1 released with wildcard asset paths

Now that xStatic has been public for a while I've decided to take it out of beta. This release also includes wildcard support for static asset paths.

Wildcard paths for asset files

Specifying asset paths is now easier than in the beta version of xStatic. You can still comma separate a list of directories or filenames as before, but now you can use wildcards too.

So for example:

/css/main.css,/css/lib/bootstrap.css,/js/scripts.js

/css,/css/lib,/js

/css/*,/js/*

And you can mix and match:

/css/*,/js/scripts.js

No more beta!

I've been using xStatic for a while now without issues and now with more downloads in the community I think it is time to remove the beta tag from the releases. From now on breaking changes will result in a new major version number.

Install now

Download xStatic on Our.Umbraco