Skip to content

Commit f5594d5

Browse files
committed
Remove the assets directory before updating
1 parent aab35ab commit f5594d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tasks/updater.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def update_bootstrap
4040
puts " twbs cache: #{@cache_path}"
4141
puts '-' * 60
4242

43+
FileUtils.rm_rf('assets')
4344
@save_to.each { |_, v| FileUtils.mkdir_p(v) }
4445

4546
update_scss_assets

0 commit comments

Comments
 (0)