activeadmin-plugins / active_admin_datetimepicker

:calendar: active_admin_datetimepicker gem
MIT License
72 stars 48 forks source link

Deprecation warning for `register_stylesheet` #48

Closed sunny closed 5 years ago

sunny commented 5 years ago

Using activeadmin v1.4.3, we get the following warning:

DEPRECATION WARNING: Active Admin: The register_stylesheet config is deprecated and will be removed in v2. Import your "jquery.xdan.datetimepicker.css" stylesheet in the active_admin.scss.

workgena commented 5 years ago

Yes, I know this. But until 2.0 release, the register_stylesheet is the only way to make CSS work in development and production mode.

Regular @import jquery.xdan.datetimepicker does not work properly in production mode.

Here are some details #44

PS: if you can help with other solution, it would be grate!

sunny commented 5 years ago

Thanks for the follow-up! I guess that the best thing to do for now is to wait for a solution from active_admin.