From 1fc76fa50dd8067dea01f3f667d572692768f8d6 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 5 Oct 2015 08:34:18 +0200 Subject: [PATCH] Removed Vulcanize entirely There is no version compatible with both Meteor 1.2 and Polymer 0.5, so screw it, clients can deal with a few ms more load time. --- rpg-docs/.meteor/packages | 1 - rpg-docs/.meteor/versions | 1 - rpg-docs/client/views/layout/imports.html | 45 +++++++++++++++++++++++ 3 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 rpg-docs/client/views/layout/imports.html diff --git a/rpg-docs/.meteor/packages b/rpg-docs/.meteor/packages index fcf75694..7f623561 100644 --- a/rpg-docs/.meteor/packages +++ b/rpg-docs/.meteor/packages @@ -11,7 +11,6 @@ dburles:collection-helpers reactive-var underscore aldeed:collection2 -differential:vulcanize matb33:collection-hooks zimme:collection-softremovable momentjs:moment diff --git a/rpg-docs/.meteor/versions b/rpg-docs/.meteor/versions index 12af2fc8..34c126d6 100644 --- a/rpg-docs/.meteor/versions +++ b/rpg-docs/.meteor/versions @@ -30,7 +30,6 @@ ddp-rate-limiter@1.0.0 ddp-server@1.2.1 deps@1.0.9 diff-sequence@1.0.1 -differential:vulcanize@2.0.1 ecmascript@0.1.5 ecmascript-collections@0.1.6 ecwyne:mathjs@0.25.0 diff --git a/rpg-docs/client/views/layout/imports.html b/rpg-docs/client/views/layout/imports.html new file mode 100644 index 00000000..0c327c1c --- /dev/null +++ b/rpg-docs/client/views/layout/imports.html @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +