use https instead ssh to clone cookiecutter-webpack - fix issue #647

This commit is contained in:
Fabio C. Barrioneuvo da Luz 2016-06-25 11:11:04 -03:00
parent a65414a730
commit 206fcc6d6d
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
All enhancements and patches to Cookiecutter Django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
##[2016-06-25]
## Changed
- use `https` instead `ssh` to clone [cookiecutter-webpack](https://github.com/hzdg/cookiecutter-webpack) if `Webpack` is selected as `JS Task Runner` - fix issue #647 (@luzfcb and @resakse)
##[2016-06-24]
## Added
- Settings file for running tests faster (@audreyr)

View File

@ -168,7 +168,7 @@ def add_webpack():
Adds webpack configuration using cookiecutter to install hzdg/cookiecutter-webpack
"""
cookiecutter(
'git@github.com:hzdg/cookiecutter-webpack.git',
'https://github.com/hzdg/cookiecutter-webpack.git',
replay=False, overwrite_if_exists=True, output_dir='../',
checkout='pydanny-django', no_input=True, extra_context={
'project_name': '{{ cookiecutter.project_name }}',