Skip to content

v0.0.11

Compare
Choose a tag to compare
@CourtneyBrousseau CourtneyBrousseau released this 11 Jun 18:33
· 1070 commits to master since this release
9144cae

The Google Tag Manager script was not showing up in production (v0.0.10) because of an issue with the deployment script where (1) the package.json was not injecting the CODE_GOV_BRANCH variable into the webpack.shared.js process and (2) the index.html was not correctly checking the value of ENABLE_GOOGLE_ANALYTICS. This release resolves that issue by (1) updating the deploy command in the wiki instructions to manually include "CODE_GOV_BRANCH='federalist-prod'" and (2) assigning ENABLE_GOOGLE_ANALYTICS to a boolean instead of string value in webpack.shared.js #226