Skip to content

Instantly share code, notes, and snippets.

@gielfeldt
Last active August 29, 2015 14:23
Show Gist options
  • Save gielfeldt/fb50c2974b8a82de2ae0 to your computer and use it in GitHub Desktop.
Save gielfeldt/fb50c2974b8a82de2ae0 to your computer and use it in GitHub Desktop.
Add pseudo-delta support for ting_reference
diff --git a/ding_frontend.make b/ding_frontend.make
index c983852..a49d4f7 100644
--- a/ding_frontend.make
+++ b/ding_frontend.make
@@ -91,3 +91,5 @@ 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/a73314d790265c050359b17137f8f78973788378/pseudo-delta-meta-page"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment