From: Alan Knowles Date: Mon, 2 Nov 2015 09:26:30 +0000 (+0800) Subject: JSDOC/Packer.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=08fb27286cd9b1f6596acc8147310c5f2d5e0753 JSDOC/Packer.vala --- diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index 867cff7..3976e18 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -262,7 +262,7 @@ namespace JSDOC // if we are translating, write the translations strings at the top // of the file.. - + /* if (this.translateJSON) { @@ -306,12 +306,12 @@ namespace JSDOC } } - + */ print("MERGING SOURCE"); for(var i=0; i < this.files.length; i++) { var file = this.files[i]; - var minfile = this.tmpDir + '/' + file.replace(/\//g, '.'); + var minfile = this.tmpDir + '/' + file.replace('/', '.'); if (!File.exists(minfile)) {