Development vs Production

Hi,

I had another issue with setting up Typo today. I was trying to add
the
required javascript for google analytics and I found
http://scattrbrain.com/articles/2006/09/08/tweaking-typo-for-your-needswhich
described editing typo/app/helper/article_helper.rb and adding the js
code to the page_head method. I did just that, however the change only
shows
up when I have typo running in dev mode and disappears when in
production
mode. Is there a cache I need to delete or something?

John

I found the solution. Turns out I just needed to clear out the contents
of
the typo/tmp/cache/META/DATA/ACTION_PARAM folder.