diff options
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r-- | js/Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js index 6ad6d7a1c..f2df36050 100644 --- a/js/Gruntfile.js +++ b/js/Gruntfile.js @@ -69,7 +69,7 @@ module.exports = function (grunt) { // is supported shell: { traceur: { - command: 'node_modules/traceur/traceur --modules inline --out build/app.js --experimental build/app.js ' + command: 'node_modules/traceur/traceur --block-binding true --out build/app.js --experimental --script build/app.js' } }, /*traceur: { |