Avand, your blog is really hard to read in Chrome, thanks to the shadow on all the regular text, which ends up appearing blurry. Firefox is actually significantly easier to read, though I'm still thinking you should drop the text shadow. Nice post otherwise, though!
avand, one file in your code reads:<p>Dir.glob("#{Rails.root}/app/stylesheets/#{params[:package]}/<i></i>/<i>.css</i>") do |filename|<p>Don't you want to compile all SCSS files? Why '<i>.css</i>' then?
Also, wouldn't you have to exclude partials (_foo.scss)?<p>I had to add ':load_paths => %w(. ./app/stylesheets)' to the sass_options to get the @imports working. Did it work for you without that?