aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index ce63b0ae..86109fa7 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -308,7 +308,7 @@ if (Object.keys(credentials).includes('aws') && Object.keys(credentials).include
console.log(`Updating versions to '${version}'...`);
// Replace versioned URLs in source
- const files = ['plyr.js', 'plyr.polyfilled.js', 'defaults.js'];
+ const files = ['plyr.js', 'plyr.polyfilled.js', 'config/defaults.js'];
return gulp
.src(files.map(file => path.join(root, `src/js/${file}`)))