My sass folder can not render screen.css when I rake generate
, I don't know why, but it happens since I updated octopress, so, everytime I deploy my blog, I have to do the following steps:
_deploy
and do git pull origin master
rake generate
and rake deploy
, after that,stylesheets\screen.css
to the previous version.So, actually I have two questions:
stylesheets\screen.css
in _deploy
folder? (I rarely change the stylesheet, though..)Thank you..
Review your Rakefile and the code under task :generate do
. It should be compiling the css file like system "compass compile -css dir #{source_dir}/stylesheets"