Sha256: 04e8ff5b31f29282a61f9f462e23431d6d44bb258497055b7ea1231f968f9b77
Contents?: true
Size: 325 Bytes
Versions: 3
Compression:
Stored size: 325 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 "Generating CSS..." `sass -I . --watch test:css/ --style expanded` end task :clean do puts "Deleting generated CSS..." `rm -rf css/` end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
neat-1.9.1 | Rakefile |
neat-1.9.0 | Rakefile |
neat-1.8.0 | Rakefile |