Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
create-rss-feed depends on download-data finishing first. added rss.x…
Browse files Browse the repository at this point in the history
…ml to .gitignore
  • Loading branch information
Sumeet Adur committed Dec 22, 2015
1 parent 358135b commit 4b99a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/client/words.json
/client/homewords.json
npm-debug.log
rss.xml
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ gulp.task('templates', () => {
fs.writeFileSync(`.tmp/thanks.html`, thanksPageHtml);
});

gulp.task('create-rss-feed', () => {
gulp.task('create-rss-feed', ['download-data'], () => {

const rssTitle = 'Guffipedia';
const rssLink = 'http://ft.com/guff';
Expand Down

0 comments on commit 4b99a0e

Please sign in to comment.