summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-10 01:26:12 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-10 01:26:12 +0200
commit5fbcf7441c0ce9c053e056fa93fcd07405f9eaf3 (patch)
tree7ccfc7c9c3bf17ba47469ac5bf9b5bae66d07640 /js/Gruntfile.js
parent144607005140602e3e33f8682ceed331e76982aa (diff)
update traceur runtime
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js2
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: {