Skip to content
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

Support Sprockets 4 #13

Merged
merged 6 commits into from
Mar 12, 2017
Merged

Support Sprockets 4 #13

merged 6 commits into from
Mar 12, 2017

Conversation

yasaichi
Copy link
Owner

@yasaichi yasaichi commented Mar 11, 2017

[NOTE] Related to #10.

This PR adds support of Sprockets 4 by modifying EngineRegistrar mainly.
It also adds the upper version limit of slim-rails to avoid the following bugs:

@yasaichi yasaichi force-pushed the support-sprockets4 branch 7 times, most recently from 479a83a to 2e80313 Compare March 11, 2017 13:20
diff =
case major_version_of(Sprockets)
when 2
{ extensions.first => engine }
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[IMO]
You should use better way to specify the extension filter logic on this line.

@yasaichi yasaichi force-pushed the support-sprockets4 branch from 2e80313 to ac143c2 Compare March 11, 2017 15:45
@yasaichi yasaichi force-pushed the support-sprockets4 branch 8 times, most recently from c5b300e to 1010bb7 Compare March 12, 2017 02:04
@yasaichi yasaichi force-pushed the support-sprockets4 branch from 1010bb7 to 6b7bc3d Compare March 12, 2017 02:08
@yasaichi yasaichi changed the title [WIP] Support sprockets4 Support Sprockets 4 Mar 12, 2017
@yasaichi yasaichi force-pushed the support-sprockets4 branch from 6b7bc3d to ce21773 Compare March 12, 2017 02:33
@yasaichi yasaichi force-pushed the support-sprockets4 branch from ce21773 to 0b1e437 Compare March 12, 2017 02:36
@yasaichi yasaichi merged commit 93df768 into master Mar 12, 2017
@yasaichi yasaichi deleted the support-sprockets4 branch March 23, 2017 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant