Skip to content

buildout bower now successfully fetches string_score dep

Jaden DIEFENBAUGH requested to merge bower_dep_url_fix into master

Buildout fails to finish setting everything up due to a dependency url issue. For some reason, buildout's bower can't understand git@github.com: urls anymore, and breaks when trying to fetch the string_score dep. Just changing the url style fixes it.

Merge request reports