External Javascript

Thanks Will,

Yes, I thought about that afterwards. It’s an OK technique, apart from it’s slower as most browsers are good at parallel downloads from script tags and parse as they load…

It’s not so bad when it’s just one or two files, but some libraries are more than that, and I come from the school of never embed dependencies in a non-managed fashion. NPM integration? :wink:

Thanks for the answer though.