Skip to content

Commit

Permalink
Right. Windows editor smacked around, autocrlf on, should fix indenti…
Browse files Browse the repository at this point in the history
…ng issues.
  • Loading branch information
Dylan Lacey committed Mar 14, 2012
1 parent b853f14 commit ee78754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/install.rake
Expand Up @@ -11,7 +11,7 @@ namespace :bourbon do
FileUtils.mkdir_p "#{Rails.root}/#{args.sass_path}/bourbon"
FileUtils.cp_r "#{source_root}/app/assets/stylesheets/.", "#{Rails.root}/#{args.sass_path}/bourbon", {:preserve => true}
Find.find("#{Rails.root}/#{args.sass_path}/bourbon") do |path|
FileUtils.mv(path path.gsub(".css.scss", "")<<".scss") if File.basename(path).end_with?(".css.scss")
FileUtils.mv(path path.gsub(".css.scss", "")<<".scss") if File.basename(path).end_with?(".css.scss")
end
end
end
end

0 comments on commit ee78754

Please sign in to comment.