Skip to content

Commit

Permalink
Drop convert from Rake
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstac committed Oct 21, 2011
1 parent 5664967 commit f5890bd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
require './lib/grid-coordinates'

namespace :sass do

desc "Converts the Sass to SCSS"
task :convert do
puts "*** Converting Sass to SCSS ***"
system "sass-convert stylesheets/*.sass stylesheets/*.scss"
end

end

namespace :gem do

desc "Build the gem"
Expand Down

0 comments on commit f5890bd

Please sign in to comment.