mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-23 15:54:12 +03:00
use https instead ssh to clone cookiecutter-webpack - fix issue #647
This commit is contained in:
parent
a65414a730
commit
206fcc6d6d
|
@ -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)
|
||||
|
|
|
@ -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 }}',
|
||||
|
|
Loading…
Reference in New Issue
Block a user