-
-
Notifications
You must be signed in to change notification settings - Fork 293
Open
avo-hq/marksmith
#90Labels
Description
Our CI is breaking on 3.23.0 with this error
The asset "marksmith.css" is not present in the asset pipeline.
We use it for markdown fields. We just include the gem in our gemfile and also have the following initizlier
Marksmith.configure do |config|
config.automatically_mount_engine = false
end
Is there anything we're missing to get this CSS included?