+ability to skip updates

pull/30/head
dohliam 4 years ago
parent 88a255a0ce
commit 607f7c4f20

@ -117,7 +117,10 @@ def frameworks_routine(data)
root = data["frameworks"][name]
url = root["url"]
min_only = root["min_only"]
update_css(name, url)
skip = root["skip"]
if !skip
update_css(name, url)
end
end
puts " Update complete."
puts

Loading…
Cancel
Save