We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2192fad + e0e5a64 commit fda420eCopy full SHA for fda420e
src/makefile
@@ -1,7 +1,17 @@
1
build-dir=../build
2
theme=green-icon
3
4
-all: ${theme}
+all:patch-analytics ${theme}
5
+
6
+patch-analytics:
7
+ git clone https://github.com/virtual-labs/vlabs-analytics.git
8
+ cp vlabs-analytics/gtm-patcher.py ../scripts/.
9
+ cp vlabs-analytics/patch-analytics.sh ../scripts/.
10
+ chmod +x ../scripts/patch-analytics.sh
11
+ ../scripts/patch-analytics.sh
12
+ rm -rf vlabs-analytics
13
+ rm -rf ../scripts/patch-analytics.sh
14
+ rm -rf ../scripts/gtm-patcher.py
15
16
green-icon:
17
mkdir ${build-dir};rsync -avC --progress lab/* themes/${theme}/* ${build-dir}
0 commit comments