You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/helpers
Eugen Rochko 62ca37884a Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332)
* Fix #2922 - Load stylesheet from "custom.css" entrypoint when present

This is pretty much the same way it worked as before, albeit with
having to create app/javascript/packs/custom.js with
require('../styles/custom.scss') (or whatever you want really), which
will be a blank slate for you to import whatever you want

* Remove old assets directory

* Extract font-awesome into common.css and always load it
8 years ago
..
admin Improve how params from controller are permitted in filter helper (#3129) 8 years ago
activitystreams2_builder_helper.rb Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes. (#2410) 8 years ago
application_helper.rb Skip asset pipeline for static file in public/ (#3125) 8 years ago
flashes_helper.rb
home_helper.rb
http_helper.rb More robust PuSH subscription refreshes (#2799) 8 years ago
instance_helper.rb
routing_helper.rb Use URI.join for generate asset URL (#2741) 8 years ago
settings_helper.rb Add catalan language (#3084) 8 years ago
stream_entries_helper.rb Test embedded_view related code in a helper (#2282) 8 years ago
style_helper.rb Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332) 8 years ago