Skip to content

Commit 578e64f

Browse files
Merge pull request #409 from SoftwareEngineeringDaily/fix-ad-free-rss
fix(): ad-free podcast urls, create new rss for megaphone migration
2 parents 2594872 + 42794ba commit 578e64f

File tree

5 files changed

+26921
-12
lines changed

5 files changed

+26921
-12
lines changed

gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const plugins = gulpLoadPlugins();
88

99
const paths = {
1010
js: ['./**/*.js', '!dist/**', '!node_modules/**', '!coverage/**', '!./server/docs/**'],
11-
nonJs: ['./package.json', './.gitignore', './.env', './server/**/static/**'],
11+
nonJs: ['./package.json', './.gitignore', './.env', './server/**/static/**', './megaphone-all_fields.json'],
1212
docs: ['./server/docs/**'],
1313
tests: './server/tests/*.js'
1414
};

0 commit comments

Comments
 (0)