Skip to content

Instantly share code, notes, and snippets.

@gielfeldt
Created June 30, 2015 12:18
Show Gist options
  • Save gielfeldt/f931eb6e4dfa295da304 to your computer and use it in GitHub Desktop.
Save gielfeldt/f931eb6e4dfa295da304 to your computer and use it in GitHub Desktop.
Add pseudo-delta support for ting_reference
diff --git a/ding_ting_frontend.make b/ding_ting_frontend.make
index 5050b68..370cb59 100644
--- a/ding_ting_frontend.make
+++ b/ding_ting_frontend.make
@@ -105,6 +105,8 @@ projects[ting_reference][type] = "module"
projects[ting_reference][download][type] = "git"
projects[ting_reference][download][url] = "git@github.com:ding2/ting_reference.git"
projects[ting_reference][tag] = "7.x-2.0.0"
+; Add pseudo-delta-support for ting references.
+projects[ting_reference][patch][] = "https://gist.githubusercontent.com/gielfeldt/53f5b5c624d691b652c9/raw/e57a63c4fa11611edaae4aec49a263425b62ef2a/pseudo-delta-support"
projects[ting_material_details][type] = "module"
projects[ting_material_details][download][type] = "git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment