Browse Source

Avoid optimizing Javascript with strict mode as we need to sort out some issues with this.

pull/156/head
Simon Eisenmann 11 years ago
parent
commit
a66d404bd0
  1. 2
      build/build.js

2
build/build.js

@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
mangle: true
},
wrap: false,
useStrict: true,
useStrict: false,
dir: './out',
skipDirOptimize: true,
removeCombined: true,

Loading…
Cancel
Save