Skip to content

Commit deb87a4

Browse files
author
Luc
committed
limit size of macro button to limit overflow if text is too long
1 parent 987a129 commit deb87a4

17 files changed

+68
-96
lines changed

build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
cd %~dp0
2+
cmd.exe /c npm install
23
cmd.exe /c gulp package
34
pause

buildLanguagePacks.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cd %~dp0
2+
cmd.exe /c npm install
23
rmdir /Q /S languages
34
mkdir languages\en
45
cmd.exe /c gulp package --lang en

index.html.gz

23 Bytes
Binary file not shown.

languages/de/index.html.gz

23 Bytes
Binary file not shown.

languages/en/index.html.gz

24 Bytes
Binary file not shown.

languages/es/index.html.gz

22 Bytes
Binary file not shown.

languages/fr/index.html.gz

24 Bytes
Binary file not shown.

languages/it/index.html.gz

24 Bytes
Binary file not shown.

languages/multi/index.html.gz

23 Bytes
Binary file not shown.

languages/pl/index.html.gz

24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)