Skip to content

Commit

Permalink
Disable definition caching
Browse files Browse the repository at this point in the history
(eliminates warnings about non-writable cache directory)
  • Loading branch information
zerocrates committed Nov 18, 2022
1 parent 3768154 commit 87f3323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CSSEditorPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public function hookConfig($args)
$config->set('CSS.Trusted', TRUE);
$config->set('HTML.DefinitionID', 'html5-definitions'); // unqiue id
$config->set('HTML.DefinitionRev', 1);
$config->set('Cache.DefinitionImpl', null);

if ($def = $config->maybeGetRawHTMLDefinition())
{
Expand Down

0 comments on commit 87f3323

Please sign in to comment.