mastodon/config
Eugen Rochko 62ca37884a Fix - Load stylesheet from "custom.css" entrypoint when present ()
* Fix  - 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
..
environments Set config.cache_store in environments file. ()
initializers Allow alternate domains for mastodon handlers ()
locales Update Dutch strings for 1.4 ()
webpack Fix - Load stylesheet from "custom.css" entrypoint when present ()
application.rb Set config.cache_store in environments file. ()
boot.rb Adds bootsnap. Faster boot time ()
brakeman.ignore Enable CodeClimate Brakeman checks ()
database.yml Added support parallel_tests ()
deploy.rb Update capistrano lock version to 3.8.1 ()
environment.rb Upgrade to Rails 5.0.0.1
i18n-tasks.yml Localize 'throttled' ()
navigation.rb Replace best_in_place editor on admin settings page ()
puma.rb Do not set port for puma if it is bound to unix socket ()
routes.rb Toggle sensitive from admin page ()
secrets.yml Upgrade to Rails 5.0.0.1
settings.yml Add gif auto-play/pause preference
sidekiq.yml Replace mastodon:media:clear and mastodon:feeds:clear rake tasks with ()