From cede7d0f35578a38ce5f04d60666c1aaea8adc89 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Thu, 25 Oct 2018 09:21:37 +1100 Subject: [PATCH] Fix gulp build --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`)))