lib/runeblog.rb in runeblog-0.2.58 vs lib/runeblog.rb in runeblog-0.2.59

- old
+ new

@@ -435,10 +435,11 @@ def generate_view(view) # huh? log!(enter: __method__, args: [view]) vdir = @root/:views/view @theme = @root/:views/view/:themes/:standard depend = [vdir/"remote/etc/blog.css", @theme/"global.lt3", - @theme/"blog/head.lt3", @theme/"navbar/navbar.lt3", + @theme/"blog/head.lt3", + # @theme/"navbar/navbar.lt3", @theme/"blog/index.lt3"] # FIXME what about assets? xlate cwd: vdir/"themes/standard/etc", deps: depend, src: "blog.css.lt3", copy: vdir/"remote/etc/blog.css" # , debug: true xlate cwd: vdir/"themes/standard", deps: depend, force: true, src: "blog/generate.lt3", dst: vdir/:remote/"index.html"