![JAR search and dependency download from the Maven repository](/logo.png)
gems.compass-0.12.2.lib.compass.commands.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
Maven Plugin that compiles SASS files
The newest version!
module Compass::Commands
end
require 'compass/commands/registry'
%w(base generate_grid_background default help list_frameworks project_base
update_project watch_project create_project clean_project extension_command
imports installer_command print_version project_stats stamp_pattern
sprite validate_project write_configuration interactive unpack_extension
).each do |lib|
require "compass/commands/#{lib}"
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy