Skip to content

Instantly share code, notes, and snippets.

@gielfeldt
Created June 30, 2015 13:08
Show Gist options
  • Save gielfeldt/13ac231bf9a4be6d92e3 to your computer and use it in GitHub Desktop.
Save gielfeldt/13ac231bf9a4be6d92e3 to your computer and use it in GitHub Desktop.
Add pseudo-delta support for ting_reference
diff --git a/ding_content.make b/ding_content.make
index 97c2f6e..e7160bb 100644
--- a/ding_content.make
+++ b/ding_content.make
@@ -79,4 +79,6 @@ projects[ding_page][type] = "module"
projects[ding_page][download][type] = "git"
projects[ding_page][download][url] = "git@github.com:ding2/ding_page.git"
projects[ding_page][download][tag] = "7.x-2.0.0"
+; Add pseudo-delta support for ting_reference.
+projects[ding_page][patch][] = "https://gist.githubusercontent.com/gielfeldt/a5a35f1823ddf3286c6d/raw/a3f9f091d26cae748336c188cf39f684ee782d01/pseudo-delta-meta-page"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment