Commit 257b1fd8 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Convert meta-tags path to canonical format.

This should fix loading of meta-tags in Ruby 1.9 when path is
relative to current dir.  But we should do it anyway, as it's
done with all other paths to also support Windows.
parent cd1ea13e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ module JsDuck
        opts.on('--meta-tags=PATH',
          "Path to Ruby file or directory with custom",
          "meta-tag implementations. Experimantal!", " ") do |path|
          @meta_tag_paths << path
          @meta_tag_paths << canonical(path)
        end

        opts.on('--no-warnings',