yasuyk / web-beautify

Format HTML, CSS and JavaScript/JSON by js-beautify
GNU General Public License v3.0
219 stars 21 forks source link

Shouldn't beautify min files #3

Open tigerhawkvok opened 10 years ago

tigerhawkvok commented 10 years ago

If a file is named *.min.js or *-min.js, perhaps the beautify should not happen unless something like web-beautify-js-force is called? Then the auto-beautify on save would still work without poking around in mimized code blowing it up.

yasuyk commented 10 years ago

@tigerhawkvok Thank you for the suggestion! I will take a look this weekend.