module Emblem::Source
Public Class Methods
bundled_path()
click to toggle source
# File lib/emblem/source.rb, line 3 def self.bundled_path File.expand_path("../../../dist/emblem.js", __FILE__) end
min_bundled_path()
click to toggle source
# File lib/emblem/source.rb, line 7 def self.min_bundled_path File.expand_path("../../../dist/emblem.min.js", __FILE__) end