Pre-build CSS for Rails Admin #3549
andresgutgon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋
I just started a fresh Rails 7 with
impormap
and I was trying to be away fromnode_modules
in this project xDBut I wanted a great admin so I picked Rails Admin 🏀
The thing is that admin's styles are generated with Sass right? And in other to use this gem I need to introduce Node + Yarn in my project.
I was wondering if maybe it would be possible to ship a pre-build CSS+font-icons with the gem so users can set a config flag and use those pre-build assets.
Maybe this is already possible and I didn't find how.
This is what I did in my dockerized Rails app for now.
Beta Was this translation helpful? Give feedback.
All reactions