Closed haslinger closed 8 years ago
Meanwhile I found out, it's a method cleanup of current Jekyll, that deletes them ...
Well, it's a hack, but I just disabled that Cleaner with an additional cleaner.rb
require "set"
module Jekyll
class Cleaner
def cleanup!
end
end
end
I thought the plugin was not working for me at all. But when I was debugging the generator, I saw that all directories and files are generated, but deleted at the end.
Any ideas why that could happen?