We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16fd95d + 8a91f19 commit be34904Copy full SHA for be34904
1 file changed
src/makefile
@@ -14,7 +14,7 @@ build-js-dir=${build-dir}/js
14
theme=blue-icon
15
16
17
-all: help-dir
+all: patch-analytics help-dir
18
19
help-dir:
20
@@ -28,3 +28,12 @@ clean:
28
(find ${build-dir} -mindepth 1 -maxdepth 1 ! -name js -print0 | xargs -0n1 rm -rf)
29
30
31
+patch-analytics:
32
+ git clone https://github.com/virtual-labs/vlabs-analytics.git
33
+ cp vlabs-analytics/gtm-patcher.py ../scripts/.
34
+ cp vlabs-analytics/patch-analytics.sh ../scripts/.
35
+ chmod +x ../scripts/patch-analytics.sh
36
+ ../scripts/patch-analytics.sh
37
+ rm -rf vlabs-analytics
38
+ rm -rf ../scripts/patch-analytics.sh
39
+ rm -rf ../scripts/gtm-patcher.py
0 commit comments