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 e4db7c0 + 40aa61d commit 6cd4b13Copy full SHA for 6cd4b13
script-base.js
@@ -97,7 +97,7 @@ Generator.prototype.addScriptToIndex = function (script) {
97
file: fullPath,
98
needle: '<!-- endbuild -->',
99
splicable: [
100
- '<script src="scripts/' + script + '.js"></script>'
+ '<script src="scripts/' + script.replace('\\', '/') + '.js"></script>'
101
]
102
});
103
} catch (e) {
0 commit comments