-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Decompose sprites #1771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Decompose sprites #1771
Conversation
name = Compass::SpriteImporter.sprite_name(relative_uri) | ||
sprites = Compass::SpriteImporter.new | ||
name = Compass::Sprites::Importer.sprite_name(relative_uri) | ||
sprites = Compass::Sprites::Importer.new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Useless assignment to variable - sprites
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this object for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no idea looks like it was caught in the global rename macro i ran
Thank you for your work Scott. O_O |
9aa5706
to
c2553c6
Compare
ping @chriseppstein this is massive so review it well all tests are passing |
…lt allowing jpg, gif, etc
540395f
to
ef9e3e5
Compare
).each do |lib| | ||
require "compass/#{lib}" | ||
end | ||
#tem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what this comment is for. Delete it?
also i botched up travis some how https://travis-ci.org/Compass/compass/jobs/36176909 |
* Remove Imported injection from compass core * Move Sprite stylesheets into sprite gem * Updated tests
3ddba37
to
eff65e3
Compare
WIP: Moves sprites to a compass plugin.