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

gem.gems.haml-3.1.1.vendor.sass.ext.extconf.rb Maven / Gradle / Ivy

There is a newer version: 1.263
Show newest version
root = File.expand_path("../..", __FILE__)
File.open(File.expand_path("lib/sass/root.rb", root), "w") do |f|
  f << <<-RUBY
module Sass
  ROOT_DIR = #{root.inspect}
end
  RUBY
end

File.open('Makefile', 'w') { |f| f.puts("install:\n\t$(exit 0)") }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy