We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ac90b commit 788a498Copy full SHA for 788a498
1 file changed
scripts/load_animations.py
@@ -305,7 +305,7 @@ def check_issues(self) -> bool:
305
306
if self.has_subfolders:
307
for subfolder in self.subfolders:
308
- if os.path.basename(subfolder) not in ["css", "js"]:
+ if os.path.basename(subfolder) not in ["css", "js", "assets"]:
309
print(
310
f"Folder '{self.name}' has unexpected subfolder: '{subfolder}'"
311
)
0 commit comments