Skip to content

Handle . in project name #2

@tues

Description

@tues

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions