mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 21:12:15 -07:00
Compilation: Fix case inconsistencies
This commit is contained in:
parent
6e7a2af86b
commit
a79fc94a54
51 changed files with 33 additions and 33 deletions
|
@ -8,7 +8,7 @@ gulp.task('copyJs', function () {
|
|||
return gulp.src(
|
||||
[
|
||||
paths.src.root + "polyfills.js",
|
||||
paths.src.root + "JsLibraries\\handlebars.runtime.js",
|
||||
paths.src.root + "JsLibraries/handlebars.runtime.js",
|
||||
])
|
||||
.pipe(cache('copyJs'))
|
||||
.pipe(print())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue