lib/runeblog.rb in runeblog-0.2.90 vs lib/runeblog.rb in runeblog-0.2.91
- old
+ new
@@ -470,9 +470,10 @@
src: "blog.css.lt3", copy: vdir/"remote/etc/",
call: ".nopara" # , dst: "blog.css"
preprocess cwd: vdir/"themes/standard", deps: depend, force: true,
src: "blog/generate.lt3", dst: vdir/:remote/"index.html",
call: ".nopara"
+ copy!("#{vdir}/themes/standard/banner/*", "#{vdir}/remote/banner/") # includes navbar/
copy("#{vdir}/assets/*", "#{vdir}/remote/assets/")
copy_widget_html(view)
rescue => err
STDERR.puts err
STDERR.puts err.backtrace.join("\n")