Inliner
A downloadable tool for Windows and Linux
Download NowName your own price
Inliner is a utility that is used to inline JavaScript & CSS files to create single-page HTML webpages/applications.
- Supports inlining JavaScript.
- Supports inlining CSS.
- Reads local files.
- Downloads external files
- Self-contained.
- Fast & easy to use.
- The file size is only limited by the amount of RAM available.
- Supports Windows (x86 and x64) and Linux (x64 Only).
Status | Released |
Category | Tool |
Platforms | Windows, Linux |
Author | Winterbolt Games |
Tags | css, html, javascript, single, single-page, utility |
Download
Download NowName your own price
Click download now to get access to the following files:
Inliner for Windows (x64).zip 48 MB
Inliner for Windows (x86).zip 43 MB
Inliner for Linux (x64).zip 40 MB
Development log
- New Update!Jun 08, 2021
- Inliner has been released!Mar 18, 2021
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.