Boilerplate.css file
Hi I started a new system from the Boilerplate system, and am having an issue seeing updates from my .css file. It seems like the boilerplate.css file refuses to disappear from the file system. I tried deleting all references to this file but it doesn't go away. I even uninstalled foundry and delete all its user folders, then reinstalled and still see this there. I also deleted my internet cache. Is this something built into foundry or is it hidden somewhere in its cache? Where can I find Foundry's cache and delete it?
8 Replies
You probably have some compiler that compiles
boilerplate.css
from boilerplate.scss
that you are running. Probably good idea to study your IDE and/or npm, whatever you are using to build the systemThat doesn't exist at all inside of my project though, only inside the boilerplate project. I searched all over using voidtools everything and it doesn't exist anywhere outside of that project.
Note that it doesn't even exist inside foundry's system directory either anymore, just inside a random folder I was using as a reference
Not a single file named boilerplate, not even boiler, and no reference to boilerplate within my project files anywhere
and you deleted the
scss
file as well?yes
then it should not reappear unless you pull from git again. if it does, then it's some weird voodoo going on
Yea I'm really not sure why its being like this. that's why I think its being cached
I tried ctrl + f5, but I don't really know foundry enough to know if there's something else I can do
if you changed your
manifest
file (like path to css), you need to restart foundry, otherwise it will not be seen.
but that does not explain reappearing filesI've restarted foundry countless times at this point. Reinstalled it even