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

index f0cade0..109aadf 100644 (file)
@@ -179,7 +179,7 @@ BuildDocs = {
         // copy everything in 'static' into 
         File.list(Options.templateDir + '/static').forEach(function (f) {
             Options.LOG.inform("Copy " + Options.templateDir + '/static/' + f + ' to  ' + Options.target + '/' + f);
-            File.copy(Options.templateDir + '/static/' + f, Options.target + '/' + f);
+            File.copyFile(Options.templateDir + '/static/' + f, Options.target + '/' + f);
         });