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 44a107f + ec1adad commit db40502Copy full SHA for db40502
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('\\', '/').toLowerCase() + '.js"></script>'
+ '<script src="scripts/' + script.toLowerCase().replace(/\\/g, '/') + '.js"></script>'
121
]
122
});
123
} catch (e) {
0 commit comments