From abc9ef5113691ba19caf70b3e6d2984cc6b13fd9 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 17 Nov 2013 21:52:15 -0500 Subject: Move '/.' back to first arg in :update_style Rel #1299 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index a79ac29f..0a1cfe22 100644 --- a/Rakefile +++ b/Rakefile @@ -184,7 +184,7 @@ task :update_style, :theme do |t, args| mv "sass", "sass.old" puts "## Moved styles into sass.old/" cp_r "#{themes_dir}/"+theme+"/sass/", "sass" - cp_r "sass/custom", "sass.old/custom/." + cp_r "sass/custom/.", "sass.old/custom" puts "## Updated Sass ##" end -- cgit v1.2.1