Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glebm@google.com>2015-09-11 01:08:16 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-09-11 01:08:16 +0300
commitf5594d59208f1c9b32954bef2f9e5f79bfc7e5c1 (patch)
tree3f5b2a2b42cb95a0b0d689667f087770450061de /tasks/updater.rb
parentaab35ab41958dcd2e3e94e4c15fb34867a7fdab1 (diff)
Remove the assets directory before updating
Diffstat (limited to 'tasks/updater.rb')
-rw-r--r--tasks/updater.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/updater.rb b/tasks/updater.rb
index 6592964..4d68fd9 100644
--- a/tasks/updater.rb
+++ b/tasks/updater.rb
@@ -40,6 +40,7 @@ class Updater
puts " twbs cache: #{@cache_path}"
puts '-' * 60
+ FileUtils.rm_rf('assets')
@save_to.each { |_, v| FileUtils.mkdir_p(v) }
update_scss_assets