mozilla / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
176 stars 278 forks source link

Why npm run production get compressed files? #982

Open supermariogo opened 5 years ago

supermariogo commented 5 years ago

Hello,

I am trying to run bracket in production mode(npm run production), but found that everything is compressed and thimble can't load bramble(bracket) correctly.

Then I tried to commented compress job in grunt, it works. Did I missed anything to help brower to understand gzip file?