Gheotic / ESP-HTML-Compressor

This Python script, minifies and converts HTML,CSS and Javascript files, to an char array of hex values. Which is to be stored in the ESP progmem.
MIT License
31 stars 17 forks source link

Not working at all #5

Open simonemarin opened 1 year ago

simonemarin commented 1 year ago

Hallo this seemed to be just what I was looking for but even a simple html file gives back a 404, more complex web files will be showed as text files. Is any interest in this one to be fixed? Or what is people using to serve web from flash? I tried both with Windows and Linux with python3. tx

rodrigoaob commented 1 year ago

simply update the variable "URL_minify_html" to: URL_minify_html = 'https://www.toptal.com/developers/html-minifier/api/raw' # Website to minify html