diff --git a/Makefile.dryice.js b/Makefile.dryice.js index 6df37812..56812e50 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -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" }); });