Skip to content

Instantly share code, notes, and snippets.

@jtoy
Created July 20, 2010 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtoy/482547 to your computer and use it in GitHub Desktop.
Save jtoy/482547 to your computer and use it in GitHub Desktop.
require 'compass'
require 'ninesixty'
# If you have any compass plugins, require them here.
Sass::Plugin.on_updating_stylesheet do |template, css|
puts "Compiling #{template} to #{css}"
end
puts 'xxxx'
Compass.configuration do |config|
config.project_path = RAILS_ROOT
config.sass_dir = "app/stylesheets"
config.css_dir = "public/stylesheets/compiled"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment