Skip to content

Instantly share code, notes, and snippets.

@olizilla
Last active November 19, 2015 10:16
Show Gist options
  • Save olizilla/3b94c5ed6d5c39b2de4f to your computer and use it in GitHub Desktop.
Save olizilla/3b94c5ed6d5c39b2de4f to your computer and use it in GitHub Desktop.
Meteor News 2015-11-19

Devshop NYC - http://info.meteor.com/blog/made-in-nyc-meteor-devshop-is-coming-to-new-york Organizers: Adrian Lanning, Alim S. Gafar, Christie Ewen, Katie Reed

Meteor 1.2.1 - https://github.com/meteor/meteor/blob/devel/History.md#v121-2015-oct-26

require("core-js/es6/object");
require("core-js/es6/array");
require("core-js/es6/string");
require("core-js/es6/function");

Symbol = exports.Symbol = require("core-js/es6/symbol");
Map = exports.Map = require("core-js/es6/map");
Set = exports.Set = require("core-js/es6/set");

Template.dynamic can be now used as a block helper: {{#Template.dynamic}} ... {{/Template.dynamic}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment