Sha256: c1edfd155ae466e3a3845bd1c8c40cf2f2c823b8e564b504dfa02012ea19ded6
Contents?: true
Size: 544 Bytes
Versions: 4
Compression:
Stored size: 544 Bytes
Contents
require 'bundler' require 'fileutils' $:.push File.expand_path("../lib", __FILE__) require "smock/version" Bundler::GemHelper.install_tasks desc "build a version of smock ready for deploy" task :test do FileUtils.mkdir_p "./tmp/" sh "bundle exec sass -l ./app/assets/stylesheets/smock.sass tmp/output.css" end desc "build a version of smock ready for deploy" task :build_version do FileUtils.mkdir_p "./versions/#{Smock::VERSION}/" sh "bundle exec sass ./app/assets/stylesheets/smock.sass ./versions/#{Smock::VERSION}/smock.css" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
smock-0.1.19 | Rakefile |
smock-0.1.18 | Rakefile |
smock-0.1.17 | Rakefile |
smock-0.1.16 | Rakefile |