If you're using Firefox, I believe Shift+Refresh (or Ctrl+Shift+R) refreshes everything the page touches without using anything from the cache.
Also, are you looking at the CSS or the HTML? There's no way to refresh the CSS if you're not accessing the HTML, because it's served up as a static file. - Nathan Sean Cribbs wrote: > Is it perhaps a browser cache issue? Are you using IE? > > Sean > > jallen wrote: > >> I've been using haml for a few weeks - love it. >> >> However, I'm just trying out sass now and am running into an annoying >> problem: the .sass to .css update doesn't happen automatically in my >> rails development environment. >> >> I need to reboot webrick to see changes. >> >> I'm using edge-ish rails (7318) and haml 1.7 (stable). I've even tried >> setting: >> >> Sass::Plugin.options[:always_update] = true >> >> in my environment.rb -- to no avail. >> >> Any help/pointers would be greatly appreciated. Thanks, >> >> -jay >> >> >> >> >> > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
