Update to Bootstrap v4 final

This commit is contained in:
Bruno Alla 2018-01-19 23:36:48 +00:00
parent db5c445c29
commit d618130707

View File

@ -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",