From 7ce3dd65aefc0d4da5c536402749315375e1862a Mon Sep 17 00:00:00 2001 From: Chris Chapman Date: Wed, 6 Jul 2016 23:09:54 -0600 Subject: [PATCH] Add jsonld.js as a code-on-demand file --- bower.json | 3 ++- content/assets/scripts/jsonld.js.erb | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 content/assets/scripts/jsonld.js.erb diff --git a/bower.json b/bower.json index f3b8e3be..43d64227 100644 --- a/bower.json +++ b/bower.json @@ -17,6 +17,7 @@ "retina.js": "^1.3.0", "pygments": "^2.1.3", "js-url": "^2.3.0", - "txtinput": "Alex1990/txtinput#^0.1.1" + "txtinput": "Alex1990/txtinput#^0.1.1", + "jsonld": "^0.4.11" } } diff --git a/content/assets/scripts/jsonld.js.erb b/content/assets/scripts/jsonld.js.erb new file mode 100644 index 00000000..a1d82b8c --- /dev/null +++ b/content/assets/scripts/jsonld.js.erb @@ -0,0 +1 @@ +<%= File.read('content/assets/components/jsonld/js/jsonld.js') %>