Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Mar 3, 2024
2 parents d2c9ad6 + cd4b41a commit d208689
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"scripts": {
"delete:dist": "del-cli --force dist",
"eleventy:dev": "npx eleventy --serve",
"eleventy:prod": "npx eleventy",
"js:lint": "npx eslint \"src/js/**\"",
"js:lint:fix": "npx eslint \"src/js/**\" --fix",
"prod": "npm-run-all delete:dist eleventy:prod sass:prod",
"sass:dev": "sass --load-path=node_modules --watch --no-source-map --update --style=expanded src/scss:src/css",
"sass:lint:fix": "stylelint src/scss/**/*.scss --fix",
"dist:delete": "del-cli --force dist",
"eleventy:serve": "npx eleventy --serve",
"eleventy:build": "npx eleventy",
"js:lint": "npx eslint 'src/js/**'",
"js:fix": "npx eslint --fix 'src/js/**'",
"build": "npm-run-all dist:delete eleventy:build sass:compile",
"sass:watch": "sass --watch --update --load-path=node_modules --no-source-map --style=expanded src/scss:src/css",
"sass:fix": "stylelint src/scss/**/*.scss --fix",
"sass:lint": "stylelint src/scss/**/*.scss",
"sass:prod": "sass --load-path=node_modules --no-source-map --style=compressed src/scss:src/css",
"start": "npm-run-all --parallel eleventy:dev sass:dev"
"sass:compile": "sass --load-path=node_modules --no-source-map --style=compressed src/scss:src/css",
"start": "npm-run-all --parallel eleventy:serve sass:watch"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/privacy-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: "layout/page.html"

If you accept the cookies in the consent banner, you accept [Google Analytics tracking](https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage), which uses cookies.

We store this choice of you in the `spruce-gdpr-cookies` cookie.
We store this choice of you in the `spruce-cookie-law-analytics` cookie.

If you want to opt-out or accept our cookies, please press the button below.

Expand Down

0 comments on commit d208689

Please sign in to comment.