From ff1c9a1ce8cfbe24a1cd0e358aaa5d5cd8bd51e0 Mon Sep 17 00:00:00 2001 From: Jacques Altounian Date: Thu, 18 Apr 2019 14:01:07 -0700 Subject: [PATCH] added 'dynamic_images' to Filter.excludedFoldersList since all dynamic images in FT ads will be in the Flashtalking system and not included in the to_upload delivery zip --- lib/filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/filter.js b/lib/filter.js index dead580..6f46ec2 100644 --- a/lib/filter.js +++ b/lib/filter.js @@ -1,5 +1,5 @@ const excludedFilesList = ['.gitignore', '.DS_Store', '*.txt', 'manifest.js'] -const excludedFoldersList = ['instantAssets'] +const excludedFoldersList = ['instantAssets', 'dynamic_images'] function excludedFiles(filename) { for (let str of excludedFilesList) {