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
{{ message }}
This repository was archived by the owner on Nov 17, 2020. It is now read-only.
This repository was archived by the owner on Nov 17, 2020. It is now read-only.
Example name is converted to kebab-case when generating html file, but it is not converted when it is used in the iframe/anchor to reference the said file #94
When using external example files, when the examle name is for example in camelCase, the generetad file name is kebab-case (generator.js:245) but the iframes src path has the original camelCase name in it (generator.js:192). Therefor the html file can't be loaded.
When using external example files, when the examle name is for example in camelCase, the generetad file name is kebab-case (generator.js:245) but the iframes src path has the original camelCase name in it (generator.js:192). Therefor the html file can't be loaded.
example:
generated filename:
main-navigation-main-navigation.html
iframe / anchor url:
main-navigation-mainNavigation.html