[eluser]Mark Croxton[/eluser]
Thanks so much for this very useful library! I'm using the latest beta for a form automation framework but came across a small bug: when you don't have any of your included assets combined or minified a link to a non-existent cache file is still output.
The problem is around line 606-608 of the library file for js:
Your code is not checking that a cache file was actually created before echoing a link to it... maybe you could have _combine() return true or false and check this before outputting the link? Or even better, check if _combine() needs to be run at all.