gems.sass-3.5.5.lib.sass.railtie.rb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
# Rails 3.0.0.beta.2+, < 3.1
if defined?(ActiveSupport) && ActiveSupport.public_methods.include?(:on_load) &&
!Sass::Util.ap_geq?('3.1.0.beta')
require 'sass/plugin/configuration'
ActiveSupport.on_load(:before_configuration) do
require 'sass'
require 'sass/plugin'
require 'sass/plugin/rails'
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy