Sha256: 89bda68d6f80e3f385ba99d67989eac4f617e2577449fd9c21cf9227133132fb
Contents?: true
Size: 248 Bytes
Versions: 185
Compression:
Stored size: 248 Bytes
Contents
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)") }
Version data entries
185 entries across 92 versions & 6 rubygems