lib/jsduck/web/template.rb in jsduck-5.2.0 vs lib/jsduck/web/template.rb in jsduck-5.3.0
- old
+ new
@@ -18,10 +18,9 @@
"resources",
]
end
def write
- FileUtils.mkdir(@opts.output_dir)
if @opts.template_links
Logger.log("Linking template files to", @opts.output_dir)
move_files(:symlink)
else
Logger.log("Copying template files to", @opts.output_dir)