Created
June 27, 2011 08:04
-
-
Save kaichen/1048474 to your computer and use it in GitHub Desktop.
config.ru with sass autocompile support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'sass/plugin/rack' | |
| Sass::Plugin.options.merge!(:css_location => "./path/to/stylesheets") | |
| use Sass::Plugin::Rack | |
| run Rack::Directory.new(".") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment