Chrome doesn't like the uglified version

This commit is contained in:
Fabian Jakobs 2011-11-09 16:54:43 +01:00
commit 95b72633a0

View file

@ -302,7 +302,7 @@ console.log('# ace worker ---------');
aceHome + "/lib/ace/worker/worker.js",
worker
],
filter: [ filterTextPlugin, copy.filter.uglifyjs ],
filter: [ filterTextPlugin/*, copy.filter.uglifyjs*/ ],
dest: "build/src/worker-" + mode + ".js"
});
});