diff --git a/Makefile.dryice.js b/Makefile.dryice.js
index e91c6995..174a0cc1 100755
--- a/Makefile.dryice.js
+++ b/Makefile.dryice.js
@@ -272,41 +272,41 @@ copy({
});
// 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
+//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