Force reload assets

Hi all,

What’s the best way to always reload the assets (javascript + css)
when in the development environment? I’m developing a plugin for
Redmine that relies heavily on javascript for interactivity and would
like to avoid having to restart the server everytime I modify the js.

Regards,

Mark

I symlinked from within public/plugin_assets to
vendor/plugins/myengine/assets/javascript, etc.

Cam

2008/10/13 Mark M. [email protected]:

Now, why didn’t I think of that before?? :slight_smile: Thanks!