Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created January 25, 2012 21:42
Show Gist options
  • Save jdlich/1678974 to your computer and use it in GitHub Desktop.
Save jdlich/1678974 to your computer and use it in GitHub Desktop.
sass = OaklandSass.new("scss/portal.scss", "portal.css")
desc "Compile sass."
task :compile do
sass.compile
puts "Compiled portal.css"
end
desc "Autocompile sass on file save."
task :watch do
# sass.watch
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment