gems.bourbon-5.0.0.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"
require "cucumber/rake/task"
require "rspec/core/rake_task"
Bundler::GemHelper.install_tasks
Cucumber::Rake::Task.new
RSpec::Core::RakeTask.new(:spec)
task :default => [:spec, :cucumber]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy