We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab35ab commit f5594d5Copy full SHA for f5594d5
1 file changed
tasks/updater.rb
@@ -40,6 +40,7 @@ def update_bootstrap
40
puts " twbs cache: #{@cache_path}"
41
puts '-' * 60
42
43
+ FileUtils.rm_rf('assets')
44
@save_to.each { |_, v| FileUtils.mkdir_p(v) }
45
46
update_scss_assets
0 commit comments