yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 149 forks source link

Refactor bower install step to use HTTPS/SSH as defined by user #268

Closed jshcrowthe closed 8 years ago

jshcrowthe commented 8 years ago

In #248 I realized the that we were defaulting to SSL for the initial download of files.

I just realized that we are also using only SSL on the bower install for the current repo as well (https://github.com/yeoman/generator-polymer/blob/master/gh/templates/gp.sh#L45)

This PR simply applies the same https check that was implemented for the git clone url to the bower install url.

samccone commented 8 years ago

lgtm :+1:

cc @robdodson