We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d0147 commit 7357521Copy full SHA for 7357521
src/makefile
@@ -4,7 +4,14 @@ theme=green-icon
4
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