mastodon/app
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
..
controllers Spec coverage and refactor for the api/v1/accounts controllers (#3451) 2017-05-31 21:36:24 +02:00
helpers Resolve custom application stylesheet with Webpack (#3373) 2017-06-01 20:56:32 +02:00
javascript Resolve custom application stylesheet with Webpack (#3373) 2017-06-01 20:56:32 +02:00
lib Remove usernames and hashtags from language detection (#3503) 2017-06-01 09:29:14 -04:00
mailers Remove unnecessary .keep files (#2976) 2017-05-11 01:45:42 +02:00
models Update Rails to version 5.1.1 (#3121) 2017-06-01 20:53:37 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Bump version, improve how version is stored for better commit history (#2526) 2017-04-27 15:22:19 +02:00
services Misc tidying and clean ups (#3445) 2017-05-31 20:38:17 +02:00
validators Stricter whitelist rules (#2213) 2017-04-26 01:22:51 +02:00
views Resolve custom application stylesheet with Webpack (#3373) 2017-06-01 20:56:32 +02:00
workers Specs for cleanup workers (#3235) 2017-05-22 19:36:21 +02:00