Skip to content

el1t/html-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML "Compiler"


Creates standalone HTML files, consolidating referenced files. Encodes all files in base64, except CSS and JS (no need, saves space). Searches for referenced files in CSS within url() fields. Does not search javascript files. Eventually will minify CSS, JS, and HTML.

Usage:

python3 html-compiler.py <input-file>

Currently outputs to the same directory as output.html.

About

Consolidates HTML files into a standalone file by inlining dependencies and minifying output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages