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.
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
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.