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.5"- SUMMARY =
"Responsive sprites - SASS mixin and 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.
19 20 21 |
# File 'lib/dynamic-sprites.rb', line 19 def self.run!(command, path, = {}) Runner.new(command, path, ).run! end |