Hi,
Good work with putting this together. I'm just wondering what is the state of this module, as far as development? It seem to be still on the "launchpad" so to speak. It just seem like a great concept, to put them all together like this.
And is it safe to say this will one day make: http://drupal.org/project/labjs and http://drupal.org/project/headjs Obsolete?
I've been trying to decide which one is best and was unable to find a good comparison between the three.
call me crazy, but I think a functionality like this should actually be included in Drupal 8 core. It would only make it even better!
See - I didn't even know that script loaders even existed until today! and that they can enhance performance. It's amazing the things you don't know. ;)
Comments
Comment #1
alexweber commented@BrilliantMkting, there is already an issue to get script loader support in D8 core #1033392: Script loader support in core (LABjs etc.).
The main problem with this as far as I can tell is contrib support. A lot of contrib modules call jQuery.ready() themselves without going through Drupal.behaviors and this compromises our ability to catch and handle all scripts together.
Script loading is somewhat of an edge case and isn't for every website!
(Although I would LOVE to see support in core for it!)