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
For example, project name foo.bar should result in the above line being evaluated to:
<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.
Including a dot (
.) in the project name causes the generatedindex.htmlfile to break because the dot is not replaced with a dash (-):fe30379#diff-39ce465d7a5231a284b09a7b9dcbaa13R9
For example, project name
foo.barshould result in the above line being evaluated to:Should be easy to fix (just find the correct Giter8 filter) but isn't critical.