Magento – Not seeing changes made to page.xml or local.xml

javascripttheme

I don't understand what's going on here. I have a theme in:

app\design\frontend\THEME_NAME\default\layout

I've tried adding a JS files to both page.xml and local.xml but when I refresh the page I cannot see the file I've added.

In fact, no changes to the page.xml or local.xml files are being reflected when I refresh the page. I can see other JS files being added, and even if I change those then the changes aren't being seen in the source code.

What could be possibly going wrong?

Best Answer

It turns out it was my server cache. By deleting the contents of /var/cache on the server my changes were seen.