New JavaScript / CSS file bundling implemented
The css/js bundling that I wrote about in my previous post, have now been fully implemented, and is verified to work.
There are big differences with how file bundling is done now, compared to the first alpha and previous Wigbi versions:
- Pros:
JS/CSS file bundling is Wigbi-independent and thus a new, full feature
Compared to Wigbi 1.0 a1, no session handling is required
JavaScript init code is packed and thus compact and obfuscated - Con:
Since no additional PHP file is used, the JavaScript init code is written to page
A new alpha release will be up shortly, once a bunch of data plugins have been created.
