|
Project Information
Members
|
AssetLib Pro uses code from AssetLib (http://codeigniter.com/forums/viewthread/74659/), but does not have much in common with AssetLib anymore. In addition to AssetLib's jsmin and csstidy functionality AssetLib Pro brings you the following:
Documentation of InstallationAndConfigurationUpdate: v1.0.4 http://code.google.com/p/assetlib-pro/downloads/detail?name=Assetlibpro_1.0.4.phpKnown issues:When error report is set to E_ALL you might get an “Uninitialized string offset” error from CSSTidy. I’m just pointing this out here since CSSTidy is apparently no longer maintained and it might help someone here. As far as I can tell, when the first line of my first css file begins with “/” /* * Some comment here */ the index (i) the first time csstidy’s escape function is entered is zero instead of 1. Zero throws the warning. There is an error suppression operator, but it appears to not work even though php.net appears to claim that bug was fixed a couple of years ago. So anyway, problem is resolved if you don’t have error notices or if you don’t have “/” as the first line (I just added a blank line and all is well). (Thanks for a&w for pointing out this issue with CSSTidy) |