File: dependencies.rb

package info (click to toggle)
ruby-compass 0.12.2~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,308 kB
  • sloc: ruby: 10,474; makefile: 42; xml: 14
file content (7 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
begin
  require 'sass'
rescue LoadError
    puts "Unable to load Sass. Please install it e.g.  with the following command:"
    puts "  aptitude install ruby-sass"
    raise
end