Skip to content

Python code that minifies all js files in a directory and uploads them to device running Mongoose OS

Notifications You must be signed in to change notification settings

jjskaife/Python-jsMinifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Python-jsMinifier

Python code that minifies all js files in a directory and uploads them to device running Mongoose OS. This saves ~20k or more of file space, useful for ESP-01.

Code uses jsmin package https://pypi.python.org/pypi/jsmin

Note: Code will try to minify all files in dir, so only place .js files in dir. Code will attempt to "put" files onto device. Program will also fill up working directory with minified files since I had trouble with putting paths in the mos.exe put command.

About

Python code that minifies all js files in a directory and uploads them to device running Mongoose OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages