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
For example if I wanted to use tag node.js I'll get node folder with index.html and index.js inside. If I use .net tag I get .net folder with index.html containing null.
Maybe generator should strip punctuation on directories/links but leave it showing on pages? So path become /net/index.html but when showing tags it still shows .net
What do you think?
The text was updated successfully, but these errors were encountered:
Tags with dots collides with file paths in Punch. I guess we'll have to figure out a way to fix this in Punch itself (ie. adding ability to treat special paths).
For now it's best to avoid using dots in tag names (yeah, that doesn't sound as a good solution).
For example if I wanted to use tag node.js I'll get node folder with index.html and index.js inside. If I use .net tag I get .net folder with index.html containing null.
Maybe generator should strip punctuation on directories/links but leave it showing on pages? So path become /net/index.html but when showing tags it still shows .net
What do you think?
The text was updated successfully, but these errors were encountered: