Skip to content

Commit

Permalink
prevent collectstatic collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshson committed Apr 30, 2024
1 parent cb219e6 commit 67a0e6e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Added spanish translations of the cookie banner.
- Dropped compatibility with Django before 4.2.
- Added Python 3.12 and Django 5.0.
- Added experimental support for Google Consent Management. Add the `gcm.js` asset to pass the users general consent to GA.
- Added experimental support for Google Consent Management. Add the `f3cc_gcm.js` asset to pass the users general consent to GA.

## 1.4 (2023-08-15)

Expand Down
2 changes: 1 addition & 1 deletion esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async function generateInjectCSS(sourcePath) {
}

esbuild.build({
entryPoints: [{out:"f3cc",in:"main.js"}, {out:"gcm", in:"gcm.js"}],
entryPoints: [{out:"f3cc",in:"main.js"}, {out:"f3cc_gcm", in:"gcm.js"}],
outdir: "feincms3_cookiecontrol/static",
bundle: true,
minify: true,
Expand Down
File renamed without changes.

0 comments on commit 67a0e6e

Please sign in to comment.