mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Fix popper package installation
Co-authored-by: Steve Putman <steve.putman@gmail.com>
This commit is contained in:
parent
cc28195e38
commit
5f70a802a6
|
@ -32,7 +32,7 @@ function pathsConfig(appName) {
|
|||
{%- if cookiecutter.custom_bootstrap_compilation == 'y' %}
|
||||
bootstrapSass: `${vendorsRoot}/bootstrap/scss`,
|
||||
vendorsJs: [
|
||||
`${vendorsRoot}/popper.js/dist/umd/popper.js`,
|
||||
`${vendorsRoot}/@popperjs/core/dist/umd/popper.js`,
|
||||
`${vendorsRoot}/bootstrap/dist/js/bootstrap.js`,
|
||||
],
|
||||
{%- endif %}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{% if cookiecutter.custom_bootstrap_compilation == 'y' -%}
|
||||
"bootstrap": "5.0.2",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"popper.js": "2.9.2",
|
||||
"@popperjs/core": "2.9.2",
|
||||
{% endif -%}
|
||||
"autoprefixer": "^9.4.7",
|
||||
"browser-sync": "^2.14.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user