Skip to content

Commit

Permalink
Merge pull request #5 from virtual-labs/fix-ui-3.0-exp-js-integration
Browse files Browse the repository at this point in the history
added analytics snippet code in the make file
  • Loading branch information
BalammaBoya authored Nov 4, 2020
2 parents 4729de8 + f86c0b5 commit 405bbeb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ clean:
(find ${build-dir} -mindepth 1 -maxdepth 1 ! -name js -print0 | xargs -0n1 rm -rf)


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



Expand Down

0 comments on commit 405bbeb

Please sign in to comment.