module DynamicSprites
Constants
- DESCRIPTION
- SUMMARY
- VERSION
Public Class Methods
run!(command, path, options = {})
click to toggle source
Initilizes Runner
which controls all the magic stuff.
# File lib/dynamic-sprites.rb, line 19 def self.run!(command, path, options = {}) Runner.new(command, path, options).run! end
Private Class Methods
gem_root()
click to toggle source
# File lib/dynamic-sprites.rb, line 25 def self.gem_root File.expand_path '../..', __FILE__ end
mixin_source_path()
click to toggle source
# File lib/dynamic-sprites.rb, line 29 def self.mixin_source_path File.join gem_root, 'dynamic-sprites.sass' end