diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-23 10:40:39 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | 3e753302d8c911b59971c16a8018df0e1ab78465 (patch) | |
tree | efce7ece3273589228c5c948ea6757b2bdf65429 /server/lib/plugins/plugin-manager.ts | |
parent | a8b666e9f1ed002230869606308749614390c82f (diff) | |
download | PeerTube-3e753302d8c911b59971c16a8018df0e1ab78465.tar.gz PeerTube-3e753302d8c911b59971c16a8018df0e1ab78465.tar.zst PeerTube-3e753302d8c911b59971c16a8018df0e1ab78465.zip |
Refactor middleware helpers
Diffstat (limited to 'server/lib/plugins/plugin-manager.ts')
-rw-r--r-- | server/lib/plugins/plugin-manager.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/lib/plugins/plugin-manager.ts b/server/lib/plugins/plugin-manager.ts index c0b49c7c7..a87d02c56 100644 --- a/server/lib/plugins/plugin-manager.ts +++ b/server/lib/plugins/plugin-manager.ts | |||
@@ -317,6 +317,8 @@ export class PluginManager implements ServerHook { | |||
317 | // ###################### CSS ###################### | 317 | // ###################### CSS ###################### |
318 | 318 | ||
319 | private resetCSSGlobalFile () { | 319 | private resetCSSGlobalFile () { |
320 | ClientHtml.invalidCache() | ||
321 | |||
320 | return outputFile(PLUGIN_GLOBAL_CSS_PATH, '') | 322 | return outputFile(PLUGIN_GLOBAL_CSS_PATH, '') |
321 | } | 323 | } |
322 | 324 | ||