wordsmith
wordsmith copied to clipboard
wordsmith generate uses wrong assets dir (0.0.2)
I'm not a ruby person, but finagled a little a patch for line 72 of generate.rb:
assets = if File.directory?(local(File.join('assets', '')))
local(File.join('assets', ''))
end
`cp -r #{assets} #{html_dir}`