gems.chunky_png-1.3.8.Rakefile 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.
require "bundler/gem_tasks"
require "rspec/core/rake_task"
Dir['tasks/*.rake'].each { |file| load(file) }
RSpec::Core::RakeTask.new(:spec) do |task|
task.pattern = "./spec/**/*_spec.rb"
task.rspec_opts = ['--color']
end
task :default => [:spec]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy