1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Refactor middleware helpers

This commit is contained in:
Chocobozzz 2019-07-23 10:40:39 +02:00 committed by Chocobozzz
parent a8b666e9f1
commit 3e753302d8
34 changed files with 311 additions and 241 deletions

View file

@ -317,6 +317,8 @@ export class PluginManager implements ServerHook {
// ###################### CSS ######################
private resetCSSGlobalFile () {
ClientHtml.invalidCache()
return outputFile(PLUGIN_GLOBAL_CSS_PATH, '')
}