We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2641e3e commit f698350Copy full SHA for f698350
script-base.js
@@ -117,7 +117,7 @@ Generator.prototype.addScriptToIndex = function (script) {
117
file: fullPath,
118
needle: '<!-- endbuild -->',
119
splicable: [
120
- '<script src="scripts/' + script.replace('\\', '/') + '.js"></script>'
+ '<script src="scripts/' + script.replace('\\', '/').toLowerCase() + '.js"></script>'
121
]
122
});
123
} catch (e) {
0 commit comments