-
Notifications
You must be signed in to change notification settings - Fork 106
drop ruby sass requirement #109
Conversation
|
|
| def initialize(options = {}, &block) | ||
| @cache_version = options[:cache_version] | ||
| @cache_key = "#{self.class.name}:#{VERSION}:#{SassC::VERSION}:#{@cache_version}".freeze | ||
| #@importer_class = options[:importer] || Sass::Importers::Filesystem |
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.
This commented line should be removed.
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.
Still not removed :P
|
For the record, I just tried this branch with activeadmin and all tests passed 💪 👍. |
|
@deivid-rodriguez cool, thanks for testing! I'll do a release soon |
|
@bolandrm Great, thanks to you for working on this! |
|
Whats preventing this PR from being merged? |
|
Any news on when you'd like to merge/release this, @bolandrm ? |
|
Sorry, i've been extremely busy. I'll try to do this tomorrow |
|
2.0.0 released! |
|
Awesome 👏 I really appreciate your efforts |
TODO