See #769226: Optimize JS/CSS aggregation for front-end performance and DX
Applies to both D7 and D6. For D7, we want to leverage the new module .info file method.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | mollom-DRUPAL-6--1.assets.7.patch | 1.39 KB | sun |
| #5 | mollom-DRUPAL-6--1.assets.5.patch | 1.45 KB | sun |
| #1 | mollom-HEAD.assets.1.patch | 1.68 KB | sun |
Comments
Comment #1
sunoh, how lovely is that! :)
Comment #2
sunThis first one for HEAD is actually ready.
Comment #3
dries commentedCommitted to CVS HEAD.
Comment #4
sunComment #5
sunBackport to D6.
Comment #6
sunComment #7
sunhah, way too much D7 ;)
Comment #8
sunTested manually + committed.
I just realized that this also fixes compatibility issues with various AJAX modules, which are either lazy-loading the entire comment form, or submitting the form via AJAX. Previously, the trouble was that our JS/CSS for CAPTCHAs didn't get loaded, so that should also be resolved now.