Skip to content
Snippets Groups Projects
Commit d2f48392 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'bower_dep_url_fix' into 'master'

buildout bower now successfully fetches string_score dep

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.

See merge request !214
parents b6e26a12 15f20edb
No related branches found
No related tags found
1 merge request!214buildout bower now successfully fetches string_score dep
Pipeline #
......@@ -121,7 +121,7 @@ packages = jquery#~1.11.3
mousetrap#~1.5.3
raphael#~2.1.4
spectrum#~1.7.1
git@github.com:joshaven/string_score#~0.1.22
git://github.com/joshaven/string_score#~0.1.22
chosen-bootstrap#~1.1.0
angularjs#~1.4.5
angular-ui-router#~0.2.15
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment