How do I make Rack::Reloader re-load changes to haml files?
Posted
by Ben Hogan
on Stack Overflow
See other posts from Stack Overflow
or by Ben Hogan
Published on 2010-04-13T01:48:41Z
Indexed on
2010/04/13
1:52 UTC
Read the original article
Hit count: 443
My jruby rack sinatra compass haml app correctly reloads changes to *.rb files, but does not detect changes to *.haml files.
Is this compass doing some caching or a limitation of Rack::Reloader? Any pointers to how to fix?
© Stack Overflow or respective owner