+ability to skip updates

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

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

Loading…
Cancel
Save