-
Notifications
You must be signed in to change notification settings - Fork 9
how to use compass, haml? #3
Comments
Well after looking at the thor tasks, by passing the
|
Yup, that's it. I need to document that in the readme when it's finished. Hope it's working for you, feedback welcomed. |
But what about the compilation of sass into css. Do I have to run compass watch those file separately or the server will handle it on refresh? And another is how to reference this CSS file in the theme? |
Yes, you have to run compass watch since using compass with your theme is optional. Each theme is a self contained compass project or just a theme.html if you want to do a single page theme with a I just pushed a change with an updated yml example. Just reference your stylesheets to your external server like you normally would. Any |
I checked out the sinatra_base branch.
But there ain't any place where to write sass n haml.
I even tried to create a new theme
bundle exec thor fumblr:create_theme mytheme
, but it just generatedmytheme
folder atthemes
dir with emptymytheme.html
file.The text was updated successfully, but these errors were encountered: