armin-pfaeffle / atom-minify

Minifies JS and CSS files, optionally on save ‒ package for atom.io
https://atom.io/packages/atom-minify
MIT License
24 stars 7 forks source link

Add HTML and JSON support #41

Open EzraLopez opened 7 years ago

EzraLopez commented 7 years ago

CSS and JavaScript work flawlessly! The one thing that would make this package better is to have HTML and JSON support.

This is the HTML minifier I use: https://github.com/kangax/html-minifier

and here's a JSON minifier: https://github.com/fkei/JSON.minify