Skip to content

Commit

Permalink
Merge pull request #1 from virtual-labs/gtm-analytics
Browse files Browse the repository at this point in the history
Analytics code snippet added to the Make File
  • Loading branch information
pavanchow committed Jan 6, 2020
2 parents d671ce3 + 138e74b commit c2f7be4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ build-js-dir=${build-dir}/js
theme=blue-icon


all: help-dir
all:patch-analytics help-dir

patch-analytics:
git clone https://github.com/virtual-labs/vlabs-analytics.git
cp vlabs-analytics/gtm-patcher.py ../scripts/.
cp vlabs-analytics/patch-analytics.sh ../scripts/.
chmod +x ../scripts/patch-analytics.sh
../scripts/patch-analytics.sh
rm -rf vlabs-analytics
rm -rf ../scripts/patch-analytics.sh
rm -rf ../scripts/gtm-patcher.py


help-dir:

Expand Down

0 comments on commit c2f7be4

Please sign in to comment.