|
|
|
|
|
by bdc
4841 days ago
|
|
On the subject of minification, I see a lot of lines that look like this[1]: fireToken : 1 === f.tradeTokens.data.fireToken ? !0 : !1,
Why might that be a desired output from a minifier? Why not simply fireToken : 1 === f.tradeTokens.data.fireToken,
[1] https://gist.github.com/anonymous/5133829#file-simcityui-js-... |
|