From ac24a1d362a07f4061d5748953e197036e28dc50 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Wed, 3 Aug 2011 15:03:18 +0200 Subject: [PATCH] cleanup makefile --- Makefile.dryice.js | 42 +----------------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/Makefile.dryice.js b/Makefile.dryice.js index addabd10..d317409c 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -350,44 +350,4 @@ copy({ copy({ source: cockpit, dest: 'build/src/cockpit-uncompressed.js' -}); - -// copy complex demo -//copy({ -// source: aceHome + "/editor.html", -// filter: [ function(data) { -// var includes = [ -// "ace", "cockpit", -// "keybinding-vim", "keybinding-emacs", -// "mode-javascript", "mode-css", "mode-html", "mode-php", "mode-python", -// "mode-xml", -// "theme-clouds", "theme-clouds_midnight", "theme-cobalt", -// "theme-dawn", "theme-idle_fingers", "theme-kr_theme", -// "theme-mono_industrial", "theme-monokai", "theme-pastel_on_dark", -// "theme-twilight" -// ].map(function(module) { -// return ''; -// }).join("\n"); -// return ( -// data.replace('', includes) -// .replace('', '\n') -// ) -// } ], -// dest: "build/editor-demo.html" -//}); -//copy({ -// source: [{ -// root: aceHome + '/demo', -// include: "demo.js" -// }], -// filter: [ copy.filter.moduleDefines ], -// dest: "build/demo/demo.js" -//}); -//copy({ -// source: aceHome + '/demo/styles.css', -// dest: "build/demo/styles.css" -//}); -//copy({ -// source: aceHome + '/demo/logo.png', -// dest: "build/demo/logo.png" -//}); +}); \ No newline at end of file