문제

This is a newb question, I know, but I can't seem to figure it out. I've been using rails for a while but always went with regular css. Not sure if I'm supposed to use

<%= stylesheet_link_tag 'style' %>

I store my sass file in public/stylesheets/sass/style.sass, and did the whole

$ sass --rails /path/to/app

thing.

Oh, I'm trying it with rails-3 beta 2 and haml 3b2. Thanks.

도움이 되었습니까?

해결책

Nevermind, forgot to restart the development server :)

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