Because of this, 'touch'ing the page.md doesn't work properly.
Instead the actual cache file should be deleted.
Any chance you can either make it work or make a config parameter to delete instead of 'touch'?
Code would be on line 52 in your task file, touch($page_full_path);. Change that to File::delete(File::makeHash(folder))
Something like that.
Because of this, 'touch'ing the page.md doesn't work properly.
Instead the actual cache file should be deleted.
Any chance you can either make it work or make a config parameter to delete instead of 'touch'?
Code would be on line 52 in your task file,
touch($page_full_path);. Change that toFile::delete(File::makeHash(folder))Something like that.