From e21974dde41fd573a4bd846e7e74605f3017628f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 18:28:37 +0800 Subject: [PATCH] JSDOC/BuildDocs.js --- JSDOC/BuildDocs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/BuildDocs.js b/JSDOC/BuildDocs.js index 938f9c1..e0f9648 100644 --- a/JSDOC/BuildDocs.js +++ b/JSDOC/BuildDocs.js @@ -175,7 +175,7 @@ BuildDocs = { File.mkdir(Options.target +"/json"); } - Options.LOG.inform("Copying files from static"); + Options.LOG.inform("Copying files from static:" +Options.templatesDir); // copy everything in 'static' into File.list(Options.templatesDir + '/static').forEach(function (f) { Options.LOG.inform("Copy " + Options.templatesDir + '/static/' + f + ' to ' + Options.target + '/' + f); -- 2.39.2