Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Remove Rake task for generating files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams and Phil LaPier authored and Gabe Berke-Williams committed Jan 20, 2012
1 parent 2314101 commit dd6db09
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
require 'bundler'
Bundler::GemHelper.install_tasks

directory 'bourbon/lib'

desc "Generate bourbon directory for use outside Rails"
task :generate => 'bourbon/lib' do
FileUtils.cp_r(Dir['app/assets/stylesheets/*'], 'bourbon/')
FileUtils.cp_r(Dir['lib/*'], 'bourbon/lib/')

FileUtils.rm_r('bourbon/lib/tasks')
FileUtils.rm('bourbon/lib/bourbon/engine.rb')
FileUtils.rm('bourbon/lib/bourbon/version.rb')
end

0 comments on commit dd6db09

Please sign in to comment.