-
Notifications
You must be signed in to change notification settings - Fork 105
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
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