You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new category, all letters lowercased (example: new category).
Delete that category.
Create new category with uppercase letters (example: New Category).
After these steps the situation is as described by @VaclovasV . It turns out that deleting categories did not delete files and when we were creating new category with same name (except letter cases) new file was not created.
I fixed it to delete category files, when deleting categories and also added category name checking to prevent duplicates in this commit: 742873e
Category name is uppercase, but filename is created with lowercase.
Styleguide should not ignore naming casing.
The text was updated successfully, but these errors were encountered: