Compass::Installers::ManifestInstaller
# File lib/compass-rails/installer.rb, line 6 def completed_configuration @completed_configuration ||= CompassRails.configuration end
# File lib/compass-rails/installer.rb, line 10 def install_stylesheet(from, to, options) if CompassRails.rails_loaded? && CompassRails.asset_pipeline_enabled? _, name, ext = SASS_FILE_REGEX.match(to).to_a to = "#{name}.css.#{ext}" end super(from, to, options) end
Generated with the Darkfish Rdoc Generator 2.