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

Sprockets method register_engine is deprecated. #154

Closed
jwg2s opened this issue Aug 16, 2016 · 2 comments
Closed

Sprockets method register_engine is deprecated. #154

jwg2s opened this issue Aug 16, 2016 · 2 comments

Comments

@jwg2s
Copy link

jwg2s commented Aug 16, 2016

DEPRECATION WARNING: Sprockets method `register_engine` is deprecated.
Please register a mime type using `register_mime_type` then
use `register_compressor` or `register_transformer`.
https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors
 (called from block in register_extensions at /app/vendor/bundle/ruby/2.3.0/gems/handlebars_assets-0.17.2/lib/handlebars_assets.rb:20)

Any plans to update this?

@AlexRiedler
Copy link
Collaborator

Was not aware of the change in sprockets. Will get around to it when I can;
also accepting PRs

On Tue, Aug 16, 2016, 15:37 John Gerhardt notifications@github.com wrote:

DEPRECATION WARNING: Sprockets method register_engine is deprecated.
Please register a mime type using register_mime_type then
use register_compressor or register_transformer.https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors
(called from block in register_extensions at /app/vendor/bundle/ruby/2.3.0/gems/handlebars_assets-0.17.2/lib/handlebars_assets.rb:20)

Any plans to update this?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#154, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ABVQdyOhPy9ipRCKCV3IHIhYrrjFczN8ks5qghGMgaJpZM4JlxYU
.

@jwg2s
Copy link
Author

jwg2s commented Aug 16, 2016

@AlexRiedler I think it's actually fixed in the newer version of handlebars_assets, we were locked to 0.17.x. Nothing to do here!

@jwg2s jwg2s closed this as completed Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants