JSDOC/BuildDocs.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 10:28:37 +0000 (18:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 10:28:37 +0000 (18:28 +0800)
JSDOC/BuildDocs.js

index 938f9c1..e0f9648 100644 (file)
@@ -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);