sass / sassc-rails

Integrate SassC-Ruby with Rails!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow disabling compression in test environment

bolandrm opened this issue · comments

Continued discussion from #32

Use this sass-rails PR for inspiration - rails/sass-rails#338

@byroot you should be able to disable compression in test mode with this change.

Thanks!