]> cat aescling's git repositories - mastodon.git/commit
Use RegExp for require.context to filter custom stylesheets (#2950)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Tue, 9 May 2017 17:51:45 +0000 (02:51 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 9 May 2017 17:51:45 +0000 (19:51 +0200)
commitaf6a84da147f4230807b37c64bc09760e6ab5055
treee1b95651cbf51c8dbb3009079220fe515ea7c8cd
parent08e94d1b197a053504ce37dbbe03216a80043b10
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.
app/javascript/packs/application.js