From 49811fb945d1a9847c0cd4fb6a86213ba72acdb3 Mon Sep 17 00:00:00 2001 From: Peter Gumeson Date: Thu, 23 May 2013 14:51:56 -0700 Subject: Ported converter rake task from compass-twitter-bootstrap gem. --- Rakefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index aea95fc..5dbc8eb 100644 --- a/Rakefile +++ b/Rakefile @@ -17,4 +17,11 @@ task :debug do end end -task default: :test \ No newline at end of file +desc 'Convert bootstrap to bootstrap-sass' +task :convert, :branch do |t, args| + require './tasks/converter' + branch = args[:branch] + Converter.new(branch).process +end + +task default: :test -- cgit v1.2.3