We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gemfile:
gem 'sugarcube', require: false gem 'motion-support', require: false
Rakefile:
begin require 'bundler' Bundler.require require 'sugarcube-nsdate' require 'sugarcube-nsattributedstring' require 'motion-support/inflector' rescue LoadError end
Inflector isn't loaded and compiled in this instance, however, if i put the require statement ABOVE sugarcube, it's loaded and compiled just fine.
weird...
The text was updated successfully, but these errors were encountered:
<marquee>BREAKING NEWS! BREAKING NEWS!</marquee>
Moving inflector above nsattributedstring causes nsattributedstring to not be loaded too. Looks like there's some conflicts going on here.
Sorry, something went wrong.
Woah that's all very strange.
On Fri, Nov 14, 2014 at 10:20 AM, Mark Rickert [email protected] wrote:
BREAKING NEWS! BREAKING NEWS! Moving inflector above nsattributedstring causes nsattributedstring to not be loaded too. Looks like there's some conflicts going on here. — Reply to this email directly or view it on GitHub #176 (comment) .
BREAKING NEWS! BREAKING NEWS!
— Reply to this email directly or view it on GitHub #176 (comment) .
Anything I can do to help on this one?
motion-support has been a thorn in my side over on ProMotion for a while. jamonholmgren/ProMotion#413 (comment)
No branches or pull requests
Gemfile:
Rakefile:
Inflector isn't loaded and compiled in this instance, however, if i put the require statement ABOVE sugarcube, it's loaded and compiled just fine.
weird...
The text was updated successfully, but these errors were encountered: