Skip to content

Commit 7357521

Browse files
committed
makefile changed
1 parent c2d0147 commit 7357521

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ theme=green-icon
44
all:patch-analytics ${theme}
55

66
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
711
../scripts/patch-analytics.sh
12+
rm -rf vlabs-analytics
13+
rm -rf ../scripts/patch-analytics.sh
14+
rm -rf ../scripts/gtm-patcher.py
815

916
green-icon:
1017
mkdir ${build-dir};rsync -avC --progress lab/* themes/${theme}/* ${build-dir}

0 commit comments

Comments
 (0)