class JekyllJsConverter::Jekyll::Theme

Public Instance Methods

javascript_path() click to toggle source
# File lib/jekyll-js-converter.rb, line 6
def javascript_path
  @javascript_path ||= path_for '_javascript'
end