Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Changes to Includes/*.ss templates not reflected in front end after rebuild


Go to End


10 Posts   4698 Views

Avatar
ajshort

Community Member, 244 Posts

3 February 2011 at 10:38am

If you just use ?flush=all when visit a page it will delete all template caches. There's no need to go mucking around with manually removing cache folders.

Avatar
swaiba

Forum Moderator, 1899 Posts

3 February 2011 at 1:07pm

I'd prefer not to - but I've got in this habit - I really dislike adding the prefix for each one of several pages I might have several clicks to get the page is there a way to do it automatically? or refresh everything at once?

I expected dev/build/flush?all to build everything but it doesn't seem too - I've never looked into it - just found a quick easy method to completely clear the cache when I want. The ?flush=all on each page will rebuild all nested templates?

Go to Top