Hello!
I'm trying to run my first production spree project and it obviously involves changing css styles and an overall spree layout and views.
So that's my first step beyond backend spree coding and making extensions.
Anyway - i want to be able to edit my shop's css files to style it but it seems that spree is caching all my asset files by default so making any
change to a css file involves three steps to see it live - rake assets:clean, rake assets:precompile and restarting a server. Each of these steps takes
up to 20 seconds to be completed so, as you can imagine, styling my shop is a hell and after 2 hours of such work i just wont to die.
Am i missing something elementary? Is there any way to disable such behaviour? I can't find much about that topic on the internet. My development.rb
Mike