remy / inliner

Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites
MIT License
1.1k stars 165 forks source link

Combine html page, js, css in memory to an inline file #222

Open JithinKS97 opened 2 years ago

JithinKS97 commented 2 years ago

I have the html, js, css as string and all the relative paths of the js and CSS are also known. I want to combine them to form a single inline HTML file. Is it possible using inliner?

soshimee commented 2 years ago

inliner filename.html > singlefilename.html