mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-08 05:54:53 +03:00
Update to Bootstrap v4 final
This commit is contained in:
parent
db5c445c29
commit
d618130707
|
@ -6,7 +6,7 @@
|
||||||
{% if cookiecutter.js_task_runner == 'Grunt' %}
|
{% if cookiecutter.js_task_runner == 'Grunt' %}
|
||||||
"autoprefixer-core": "~5.2.1",
|
"autoprefixer-core": "~5.2.1",
|
||||||
{% if cookiecutter.custom_bootstrap_compilation == 'y' %}
|
{% if cookiecutter.custom_bootstrap_compilation == 'y' %}
|
||||||
"bootstrap": "^4.0.0-beta.2",
|
"bootstrap": "^4.0.0",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"connect-livereload": "~0.3.2",
|
"connect-livereload": "~0.3.2",
|
||||||
"cssnano": "~2.1.0",
|
"cssnano": "~2.1.0",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"time-grunt": "~1.2.1"
|
"time-grunt": "~1.2.1"
|
||||||
{% elif cookiecutter.js_task_runner == 'Gulp' %}
|
{% elif cookiecutter.js_task_runner == 'Gulp' %}
|
||||||
{% if cookiecutter.custom_bootstrap_compilation == 'y' %}
|
{% if cookiecutter.custom_bootstrap_compilation == 'y' %}
|
||||||
"bootstrap": "^4.0.0-beta.2",
|
"bootstrap": "^4.0.0",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"browser-sync": "^2.14.0",
|
"browser-sync": "^2.14.0",
|
||||||
"del": "^2.2.2",
|
"del": "^2.2.2",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user