mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
Removing .sass-cache in update_style task to ensure that Sass caches don't cause problems when users update. Related to issue #555
This commit is contained in:
parent
1ea31d13a8
commit
d0257bd930
1
Rakefile
1
Rakefile
@ -216,6 +216,7 @@ task :update_style, :theme do |t, args|
|
||||
cp_r "#{themes_dir}/"+theme+"/sass/", "sass"
|
||||
cp_r "sass.old/custom/.", "sass/custom"
|
||||
puts "## Updated Sass ##"
|
||||
rm_r ".sass-cache", :secure=>true if File.directory?(".sass-cache")
|
||||
end
|
||||
|
||||
desc "Move source to source.old, install source theme updates, replace source/_includes/navigation.html with source.old's navigation"
|
||||
|
Loading…
Reference in New Issue
Block a user