Closed corneliusio closed 6 years ago
When loading the pattern library root, if there is no trailing slash on the path name, then app/js/main.min.js will not load and the app breaks.
app/js/main.min.js
I've just added a tiny check in the <head> that forces the trailing slash if it is not present. Does not redirect or mess with hashes.
<head>
Review 1
Review 2 (optional)
By adding a +1 you are confirming you have...
What does this PR cover?
When loading the pattern library root, if there is no trailing slash on the path name, then
app/js/main.min.js
will not load and the app breaks.I've just added a tiny check in the
<head>
that forces the trailing slash if it is not present. Does not redirect or mess with hashes.Screenshot
What gif best describes how you feel about this work?
Reviewers
Review 1
Review 2 (optional)
By adding a +1 you are confirming you have...