From 42219c2379081141c5d9bb49ef70033cd32e53f3 Mon Sep 17 00:00:00 2001 From: nightwing Date: Sun, 5 Aug 2012 14:59:27 +0400 Subject: [PATCH] include ace/requirejs/text in build to not depend on require text plugin fixes issue #708 --- Makefile.dryice.js | 72 +++++++++++++++++++++-------------- build_support/mini_require.js | 9 ++++- install.js | 13 +------ 3 files changed, 53 insertions(+), 41 deletions(-) diff --git a/Makefile.dryice.js b/Makefile.dryice.js index 80c5ac34..a5e65d21 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -34,7 +34,7 @@ * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. - * + * * ***** END LICENSE BLOCK ***** */ var fs = require("fs"); @@ -174,16 +174,21 @@ function demo() { ref = ""; version = ""; } - var changeComments = function(data) { - return (data - .replace(//g, "") - .replace(/PACKAGE\-\->|/g, "") + .replace(/PACKAGE\-\->|