Skip to content

Commit

Permalink
Remove project type is rails
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Jones committed May 18, 2011
1 parent f7d2fd6 commit 162b3ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/konpasu.rb
Expand Up @@ -5,7 +5,6 @@ class HerokableCompass < Rails::Railtie
FileUtils.mkdir_p Rails.root.join 'tmp', 'stylesheets'

Compass.configuration do |config|
config.project_type = :rails
config.project_path = Rails.root.to_s
config.sass_dir = 'app/stylesheets'
config.css_dir = 'tmp/stylesheets'
Expand Down

0 comments on commit 162b3ef

Please sign in to comment.