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

index e0f9648..59d571d 100644 (file)
@@ -175,7 +175,7 @@ BuildDocs = {
             File.mkdir(Options.target +"/json");
         }
         
-        Options.LOG.inform("Copying files from static:" +Options.templatesDir);
+        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);