Skip to content
New issue

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

Handle . in project name #2

Open
tues opened this issue Jan 17, 2018 · 0 comments
Open

Handle . in project name #2

tues opened this issue Jan 17, 2018 · 0 comments

Comments

@tues
Copy link
Owner

tues commented Jan 17, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant