Sha256: 45ee0549d291cacef10e9834bf620ae71c63299343e521f872828356e943f88d

Contents?: true

Size: 461 Bytes

Versions: 15

Compression:

Stored size: 461 Bytes

Contents

require 'rubygems'
require 'bundler'
require 'rspec/core/rake_task'
Bundler::GemHelper.install_tasks

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

task :test do
  puts "Creating a Bourbon directory..."
  `bourbon install --path test`
  puts "Generating CSS..."
  `sass -I . --watch test:css/ --style expanded`
end

task :clean do
  puts "Deleting Bourbon directory..."
  `rm -rf test/bourbon`
  puts "Deleting generated CSS..."
  `rm -rf css/`
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
neat-1.7.4 Rakefile
neat-1.7.3 Rakefile
neat-1.7.2 Rakefile
neat-1.7.1 Rakefile
neat-1.7.0 Rakefile
neat-1.7.0.rc Rakefile
neat-1.7.0.pre Rakefile
poxy-0.0.6 Rakefile
poxy-0.0.5 Rakefile
poxy-0.0.4 Rakefile
poxy-0.0.1 Rakefile
poxy-0.0.0 Rakefile
neat-1.5.1 Rakefile
neat-1.6.0 Rakefile
neat-1.6.0.pre2 Rakefile