I would like to have different image locations for dev and build environments.
Is there a way to run ruby or use a varialbe in an scss file?
I know it’s possible to check the current environment via settings.build?
I tried to use style.scss.erb but I would get an error.
I guess I could load different css files by using an if statement in slim but it would be cleaner to just use logic in the scss file.
Has anyone successfully done this? Or, is there an alternative, equally efficient approach?