Ask EJ : What JS / CSS async loader are you using in production?
▼6 up and 0 down, posted by
6 up and 0 down, posted by
I would like to move away from YepNope (no longer maintained) for one of our projects, but I'm not too sure if there is an existing equivalent. Basically what I'm looking for : - Able to load JavaScript AND CSS - Conditional loading of the files - JS scripts loading in parallel but executed in the right order - Callbacks - Maintained Yepnope has been a great tool to use, until we started having some issues with it recently. I'm also open to using two separate loaders (one for JS, the other one for CSS) if they're both good at what they do. I would love to know what you guys are using in production. Thanks a lot in advance for your feedback!