Remove unused filters in index.ejs

stable/1.0.x
Alex Gleason 2020-05-28 18:35:17 -05:00
rodzic 27dfc64261
commit badd64571f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -13,8 +13,6 @@
<script id="css-chunks" type="application/json">[<%=
compilation.getAssets()
.filter(a => a.name.match(/^css\/(.*).css$/))
.filter(a => !a.name.startsWith('css/common'))
.filter(a => !a.name.startsWith('css/mailer'))
.map(a => a.name.substr(4, a.name.length-14))
.map(a => `"${a}"`)
.join(',')