Skip to content

Instantly share code, notes, and snippets.

@KitaitiMakoto
Created March 1, 2012 17:41
Show Gist options
  • Save KitaitiMakoto/1951612 to your computer and use it in GitHub Desktop.
Save KitaitiMakoto/1951612 to your computer and use it in GitHub Desktop.
SCSSをCSSにして送るだけのサーバー ref: http://qiita.com/items/2923
require 'sass/plugin/rack'
use Sass::Plugin::Rack
run Rack::File.new('./public/')
rack config.ru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment