wordsmith icon indicating copy to clipboard operation
wordsmith copied to clipboard

wordsmith generate uses wrong assets dir (0.0.2)

Open wrought opened this issue 12 years ago • 0 comments

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}`

wrought avatar Aug 18 '13 19:08 wrought