All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.compass-1.0.3.lib.compass.dependencies.rb Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
begin
  require 'sass'
rescue LoadError
  require 'rubygems'
  begin
    require 'sass'
  rescue LoadError
    puts "Unable to load Sass. Please install it with one of the following commands:"
    puts "  gem install sass --pre"
    raise
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy