Kaynağa Gözat

Additional Meteor 1.8.1 changes

Justin Reynolds 6 yıl önce
ebeveyn
işleme
a1ae4d7ef0
2 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. 2 2
      .meteor/versions
  2. 2 0
      server/publications/fast-render.js

+ 2 - 2
.meteor/versions

@@ -95,7 +95,6 @@ meteor-base@1.4.0
 meteor-platform@1.2.6
 meteorhacks:aggregate@1.3.0
 meteorhacks:collection-utils@1.2.0
-meteorhacks:meteorx@1.4.1
 meteorhacks:picker@1.0.3
 meteorhacks:subs-manager@1.6.4
 meteorspark:util@0.2.0
@@ -150,6 +149,7 @@ reload@1.3.0
 retry@1.1.0
 routepolicy@1.1.0
 rzymek:fullcalendar@3.8.0
+server-render@0.3.1
 service-configuration@1.0.11
 session@1.2.0
 sha@1.0.9
@@ -166,7 +166,7 @@ spacebars-compiler@1.1.3
 srp@1.0.12
 standard-minifier-css@1.5.3
 standard-minifier-js@2.4.1
-staringatlights:fast-render@2.16.5
+staringatlights:fast-render@3.0.8
 staringatlights:inject-data@2.2.1
 tap:i18n@1.8.2
 templates:tabs@2.3.0

+ 2 - 0
server/publications/fast-render.js

@@ -1,3 +1,5 @@
+import { FastRender } from 'meteor/staringatlights:fast-render';
+
 FastRender.onAllRoutes(function() {
   this.subscribe('boards');
 });