![]() |
Sergey Kornilov admin 8/17/2025 |
|
C
|
Chris Whitehead 8/17/2025 |
Brett, As Sergey has already said, the project files are now in a database but If you're trying to get rid of the output files, then the path should be in the output section -> output folder , you should be able to just delete all the files in that folder, rebuild and have a clean build. Or you could post the issue on here, if it's cache related you could add headers to the after initialise application event to stop the caching. header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); |
B
|
bioman author 8/18/2025 |
OK, thanks for the clarification! |