-
Notifications
You must be signed in to change notification settings - Fork 46
Fix missing CSS-styling in production mode #44
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
Fix missing CSS-styling in production mode #44
Conversation
@Fivell can you please check out why Travis CI does not run?
|
@workgena this is github issue , they have some problems now https://twitter.com/githubstatus |
90cb13e
to
0393a86
Compare
Looks like we have deprecated(not supported) configuration of Travis: https://docs.travis-ci.com/user/legacy-services-to-github-apps-migration-guide/
|
@workgena are u able to migrate ? |
@Fivell not, I can't login to Travis "activeadmin-plugins" namespace |
0393a86
to
3dbcb88
Compare
aa0f1a5
to
f10dd9b
Compare
The problem was with # config/initializers/active_admin_datetimepicker.rb
ActiveAdmin.setup do |config|
config.register_stylesheet 'jquery.xdan.datetimepicker.css'
end |
Remove `poltergeist`. Replace it with Chrome-Headless
* add more versions * use addons: chrome
94ef4e3
to
a7731bf
Compare
@workgena 👍 feel free to bump new version |
FYI, it's not released yet but active admin has undeprecated Guess it paid off to wait until active_admin provided a 'solution' 😄 |
This PR is intended to fix styling error: