Closed pnolin closed 5 years ago
The hardcoded opts.bracketize = true; prevents any javascript files from being minified.
opts.bracketize = true;
This PR fixes that.
Removed harcoded bracketize = true.
Oops, that shouldn't have made it through. That was for test only.
The hardcoded
opts.bracketize = true;
prevents any javascript files from being minified.This PR fixes that.
Removed harcoded bracketize = true.