mastodon/app/javascript
Akihiko Odaki af6a84da14 Use RegExp for require.context to filter custom stylesheets (#2950)
ExtractTextWebpackPlugin extracts the content of loaded files, which means
it loads files loaded by require.context but not required after that.
However the former implementation is not aware of that.

require.context can have a RegExp to filter files to load. This change
gives a RegExp which matches with SCSSes with 'custom' prefix to
require.context to take advantage of the feature.
2017-05-09 19:51:45 +02:00
..
fonts Fix local fonts and change font-face values (#2877) 2017-05-07 15:23:06 +02:00
images Remove screenshot image (#2736) 2017-05-03 17:03:10 +02:00
mastodon Fix missing or not gender neutral strings. (#2944) 2017-05-09 16:14:44 +02:00
packs Use RegExp for require.context to filter custom stylesheets (#2950) 2017-05-09 19:51:45 +02:00
styles Add cursor property to toot user avatar. (#2933) 2017-05-09 03:48:15 +02:00