Sha256: 79b0d78deb0e3696a1360b3e5957519fe0a7cc0a7f37dff1b3775d0122f60eff
Contents?: true
Size: 467 Bytes
Versions: 75
Compression:
Stored size: 467 Bytes
Contents
if template_options[:design] == "compass" gem 'compass' # TODO: support more than one framework from compass compass_sass_dir = "app/stylesheets" compass_css_dir = "public/stylesheets/compiled" compass_command = "compass init rails . --using blueprint/semantic --css-dir=#{compass_css_dir} --sass-dir=#{compass_sass_dir} " stategies << lambda do puts "Beginning Compass setup" run compass_command puts "Compass has been setup" end end
Version data entries
75 entries across 75 versions & 1 rubygems