mastodon/config
Akihiko Odaki (@fn_aki@pawoo.net) e98559c3ff Resolve custom application stylesheet with Webpack (#3373)
This implementation is a bit smaller and still has the following benefits:

* No need of app/javascript/packs/custom.js
For custom stylesheet, it typically has only
"require('../styles/custom.scss')" and is redundant.

* No need to extract vendor stylesheet to another asset
Extracting vendor stylesheet could be forgotten by developers who do not
use custom stylesheet.
2017-06-01 20:56:32 +02:00
..
environments Update Rails to version 5.1.1 (#3121) 2017-06-01 20:53:37 +02:00
initializers Update Rails to version 5.1.1 (#3121) 2017-06-01 20:53:37 +02:00
locales Move admin/pubsubhubbub controller to admin/subscriptions (#3442) 2017-05-31 20:39:35 +02:00
webpack Resolve custom application stylesheet with Webpack (#3373) 2017-06-01 20:56:32 +02:00
application.rb Set config.cache_store in environments file. (#3219) 2017-05-22 15:01:02 +02:00
boot.rb
brakeman.ignore
database.yml
deploy.rb
environment.rb
i18n-tasks.yml
navigation.rb Move admin/pubsubhubbub controller to admin/subscriptions (#3442) 2017-05-31 20:39:35 +02:00
puma.rb
routes.rb Spec coverage and refactor for the api/v1/accounts controllers (#3451) 2017-05-31 21:36:24 +02:00
secrets.yml
settings.yml Add preference setting for delete toot modal (#3368) 2017-05-29 17:56:13 +02:00
sidekiq.yml