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.
2 parents e36a7bb + c8065d6 commit 44a107fCopy full SHA for 44a107f
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