jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

sass fixtures #274

Closed brewster1134 closed 9 years ago

brewster1134 commented 9 years ago

is there documentation on how to compile sass fixtures? my initial attempts have not worked, and perhaps i am missing something

jejacks0n commented 9 years ago

They should be rendered through the standard asset chain, so I'm unsure why it's not working for you. Like, you can render sass from a normal url, right? Teaspoon just adds an additional path to assets, so same rules should apply.