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

Minify selected text? #29

Open jminuscula opened 8 years ago

jminuscula commented 8 years ago

I think it'd be incredibly useful to be able to minify and replace the selection buffer, which would help when embedding JS/CSS on HTML source. Thoughts?

armin-pfaeffle commented 8 years ago

I think that's a good feature! I've already implemented an "in-place" minification, but that's applied to the complete document. It won't be that much effort to implement your idea! I will add it on my roadmap.

But at the momen, I have a lot work to do, so I won't add this feature before end of september.

j-k-h commented 5 years ago

Hey there, was this ever done? Would also love this feature.