Skip to content

Commit c75a264

Browse files
committed
Merge branch '3.1' into extension-improvement
2 parents b0527ba + 64c58c8 commit c75a264

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

dist/BUNDLE_SIZES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Generated by `tools/release_bundle_sizes.py`. Use this table in RELEASE_*.md or
1313
| SandTable | GRBL | 83.3 KB | 85319 | SandTable\GRBL\index.html.gz |
1414

1515
**Total size (all packages):** 655.0 KB (670770 bytes).
16+

tools/format_sources.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
2+
"""
3+
format_sources.py - Format JavaScript and CSS files using Prettier.
4+
5+
6+
Copyright (c) 2026 Luc Lebosse. All rights reserved.
7+
"""
28

39
import os
410
import subprocess

tools/release_bundle_sizes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
python tools/release_bundle_sizes.py --no-build
1212
python tools/release_bundle_sizes.py --output docs/BUNDLE_SIZES.md
1313
14-
Use the generated table in RELEASE_*.md or FEATURES_AND_BUNDLE.md.
14+
Copyright (c) 2025 Luc Lebosse. All rights reserved.
1515
"""
1616

1717
from __future__ import annotations

0 commit comments

Comments
 (0)