HookyQR / VSCodeMinify

Add minify function to VSCode 0.10+
53 stars 20 forks source link

Fix for javascript files. #38

Closed pnolin closed 5 years ago

pnolin commented 5 years ago

The hardcoded opts.bracketize = true; prevents any javascript files from being minified.

This PR fixes that.

Removed harcoded bracketize = true.

HookyQR commented 5 years ago

Oops, that shouldn't have made it through. That was for test only.