Comments

Log in with itch.io to leave a comment.

Isn't this just copy-paste for 5 dollars?

If copy and paste downloads files from the internet and inlines them without any human errors completely automatically. Thanks for your comment. 

I believe a CDN is still faster than inline scripts, by having scripts inline you need to wait even longer for the page to download.

This isn't a general rule of thumb, sometimes having your code inlined can be more beneficial especially if you are on an average/high-speed network where downloading 1 - 5 megabyte file can be a lot faster than using CDNs also, in both cases the browser will try to cache the page so subsequent loads are faster. If you're building a single-page app having everything inlined and delivered as a single HTML file can be much easier than distributing multiple files.