문제

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?

도움이 되었습니까?

해결책

Do this in your app:

enable :reload_templates

Otherwise template reloading is only enabled in development mode.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top