mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-12-25 17:08:49 -05:00
removed unnecessary mkdir_p in update_style, fixed #67
This commit is contained in:
parent
ebd5fb002b
commit
94fcb60958
1
Rakefile
1
Rakefile
@ -159,7 +159,6 @@ task :update_style, :theme do |t, args|
|
|||||||
end
|
end
|
||||||
mv "sass", "sass.old"
|
mv "sass", "sass.old"
|
||||||
puts "## Moved styles into sass.old/"
|
puts "## Moved styles into sass.old/"
|
||||||
mkdir_p "sass"
|
|
||||||
cp_r "#{themes_dir}/"+theme+"/sass/", "sass"
|
cp_r "#{themes_dir}/"+theme+"/sass/", "sass"
|
||||||
cp_r "sass.old/custom/.", "sass/custom"
|
cp_r "sass.old/custom/.", "sass/custom"
|
||||||
puts "## Updated Sass ##"
|
puts "## Updated Sass ##"
|
||||||
|
Loading…
Reference in New Issue
Block a user