We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.
Including a dot (.) in the project name causes the generated index.html file to break because the dot is not replaced with a dash (-): fe30379#diff-39ce465d7a5231a284b09a7b9dcbaa13R9
index.html
-
For example, project name foo.bar should result in the above line being evaluated to:
foo.bar
<script type="text/javascript" src="../foo-bar-opt.js"></script>
Should be easy to fix (just find the correct Giter8 filter) but isn't critical.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Including a dot (
.
) in the project name causes the generatedindex.html
file to break because the dot is not replaced with a dash (-
):fe30379#diff-39ce465d7a5231a284b09a7b9dcbaa13R9
For example, project name
foo.bar
should result in the above line being evaluated to:Should be easy to fix (just find the correct Giter8 filter) but isn't critical.
The text was updated successfully, but these errors were encountered: