From 6df22eba3da6b74be5706c8ac1224b74671e8666 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Sat, 17 Oct 2015 16:57:27 +0800 Subject: [PATCH] feat(feed): remove PubSubHubbub support it sucks --- Gruntfile.coffee | 9 --------- _app/feed-atom.xml | 1 - package.json | 1 - 3 files changed, 11 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index a4dae424e..fc3960e1f 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -11,7 +11,6 @@ module.exports = (grunt) -> gitreset: "grunt-git" replace: "grunt-text-replace" usebanner: "grunt-banner" - pubsubhubbub_publish: "grunt-pubsubhubbub_publish" # Track tasks load time require("time-grunt") grunt @@ -564,13 +563,6 @@ module.exports = (grunt) -> tagMessage: "chore: create tag %VERSION%" push: false - pubsubhubbub_publish: - dist: - options: - hub: "<%= config.cfg.pshh %>" - - hubUrl: "<%= config.cfg.url %><%= config.cfg.base %><%= config.cfg.feed %>" - grunt.registerTask "theme-upgrade", "Upgrade specific theme from AMSF cache to app", [ "shell:amsf__theme__to_app" ] @@ -686,7 +678,6 @@ module.exports = (grunt) -> if grunt.option("deploy") grunt.task.run [ "shell:sync_commit" - "pubsubhubbub_publish" ] grunt.registerTask "default", "Default task aka. build task", [ diff --git a/_app/feed-atom.xml b/_app/feed-atom.xml index 93748d1c9..13dd0c731 100644 --- a/_app/feed-atom.xml +++ b/_app/feed-atom.xml @@ -15,7 +15,6 @@ permalink: /feed.xml - {{ site.data.authors.default.name }} diff --git a/package.json b/package.json index 58df925af..b8ef96a56 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,6 @@ "grunt-minjson": "^0.3.0", "grunt-newer": "^1.1.1", "grunt-postcss": "^0.6.0", - "grunt-pubsubhubbub_publish": "^0.2.1", "grunt-rev": "^0.1.0", "grunt-shell": "^1.1.2", "grunt-text-replace": "^0.4.0",