active_skin
active_skin copied to clipboard
'File to import not found or unreadable: active_skin' error in rails4
I followed the steps in the 'Readme' and I get the above error when I try to visit an active admin page.
Hey @Radsbhatt i got this working by restarting the rails server and also adding this line in:
$skinLogo: url("admin_logo.png") no-repeat 0 0; @import "active_skin";
Thanks
@bnussey that worked. Thanks :)
Hi, could you please write exact version of rails and active admin are you using? I've just added default logo to the repo so this problem should be fixed.
I would like to check it out on your versions once again before closing. Thanks.
Hi @wojtek-krysiak , I am using rails4 and activeadmin (1.0.0.pre). Thanks.
@Radsbhatt I ran into this issue and server restart fixed it.