aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/plugins/plugin-manager.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-23 10:40:39 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-07-24 10:58:16 +0200
commit3e753302d8c911b59971c16a8018df0e1ab78465 (patch)
treeefce7ece3273589228c5c948ea6757b2bdf65429 /server/lib/plugins/plugin-manager.ts
parenta8b666e9f1ed002230869606308749614390c82f (diff)
downloadPeerTube-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.ts2
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