Skip to content

Commit 336b141

Browse files
committed
0.1.0
1 parent c731b1a commit 336b141

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools"]
44

55
[project]
66
name = "jx"
7-
version = "1.0"
7+
version = "0.1.0"
88
description = "Replace your HTML templates with Python server-Side components"
99
authors = [
1010
{name = "Juan Pablo Scaletti", email = "juanpablo@jpscaletti.com"},

src/jx/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def add_folder(
140140
for filepath in base_path.rglob("*.jinja"):
141141
relpath = f"{prefix}{filepath.relative_to(base_path).as_posix()}"
142142
if relpath in self.components:
143-
logger.warning(f"Component already exists: {relpath}")
143+
logger.debug(f"Component already exists: {relpath}")
144144
continue
145145
cdata = CData(
146146
base_path=base_path,

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)