Sha256: c1a9bb022857182c1d31740ad58149d3bfc8765b7f8d5473f4723345b37c5318
Contents?: true
Size: 633 Bytes
Versions: 8
Compression:
Stored size: 633 Bytes
Contents
if config['compass'] gem 'compass', :version => '~> 0.12.rc.1' after_bundler do remove_file 'app/assets/stylesheets/application.css' create_file 'app/assets/stylesheets/application.css.sass' do <<-SASS //= require_self //= require_tree . @import compass @import _blueprint SASS end end else recipes.delete('compass') end __END__ name: Compass description: "Utilize Compass framework for SASS." author: ashley_woodard requires: [sass] run_after: [sass] exclusive: css_framework category: assets tags: [css] config: - compass: type: boolean prompt: Would you like to use Compass for stylesheets?
Version data entries
8 entries across 8 versions & 1 rubygems