From 5f909a4f94d8a8fc97cbe79862558b230037afe7 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Sat, 22 Jan 2011 15:22:52 +0100 Subject: [PATCH] uglify filter is broken --- Makefile.dryice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.dryice.js b/Makefile.dryice.js index d92c938e..d1900a5e 100644 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -137,7 +137,7 @@ copy({ // Create the compressed and uncompressed output files copy({ source: data, - filter: copy.filter.uglifyjs, + //filter: copy.filter.uglifyjs, dest: 'build/ace.js' }); copy({