Module: DynamicSprites
- Defined in:
- lib/dynamic-sprites.rb,
lib/dynamic-sprites/runner.rb,
lib/dynamic-sprites/generator.rb,
lib/dynamic-sprites/interface.rb
Defined Under Namespace
Classes: Generator, Interface, Runner
Constant Summary collapse
- VERSION =
"0.0.2"- SUMMARY =
"Dynamic sprites mixin in SASS with sprite generator"- DESCRIPTION =
"Generates sass mixin and combines directory of images into one sprite"
Class Method Summary collapse
-
.run!(command, path, options = {}) ⇒ Object
Initilizes Runner which controls all the magic stuff.
Class Method Details
.run!(command, path, options = {}) ⇒ Object
Initilizes Runner which controls all the magic stuff.
18 19 20 |
# File 'lib/dynamic-sprites.rb', line 18 def self.run!(command, path, = {}) Runner.new(command, path, ).run! end |