

This file contains all the js and css from the files specified with link and script tags in index.html. Thanks!Īnd a oneindex.html file is created in the dist folder. If that's asking too much, then just a confirmation that manually doing the job would result in a working file, or any tips to think about when doing so.

In short, I'm looking for either a simple standalone tool that could read all the linked files in the HTML, and rewrite the HTML by appending those files' content.

I did find this application called Inliner, but it seems it runs on Node.js, with which I'm not familiar and don't currently use. Searching online, I only found tools that can combine or minify files of one type at a time, but not create the merged HTML file (e.g. tags in the header, and putting the CSS in tags?Īutomatically and safely merge a collection of JS, CSS and HTML (properly) copy-pasted in a single HTML file, e.g. Would the web-application still work if all of these files were I have a small local web-application of 2 HTML files, 6 CSS files and 11 JS files.
