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

index 390613d..938f9c1 100644 (file)
@@ -178,6 +178,7 @@ BuildDocs = {
         Options.LOG.inform("Copying files from static");
         // copy everything in 'static' into 
         File.list(Options.templatesDir + '/static').forEach(function (f) {
         Options.LOG.inform("Copying files from static");
         // 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);
             File.copy(Options.templatesDir + '/static/' + f, Options.target + '/' + f);
         });
         
             File.copy(Options.templatesDir + '/static/' + f, Options.target + '/' + f);
         });