From c58482c2d9a5cd4a32b100a923067cb447f29831 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Sun, 28 Oct 2018 08:23:26 +0100 Subject: [PATCH 1/2] blog(embertimes#71): update header + authors --- source/blog/2018-11-02-the-ember-times-issue-71.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/blog/2018-11-02-the-ember-times-issue-71.md b/source/blog/2018-11-02-the-ember-times-issue-71.md index e5522fc13f..968ca60b7f 100644 --- a/source/blog/2018-11-02-the-ember-times-issue-71.md +++ b/source/blog/2018-11-02-the-ember-times-issue-71.md @@ -1,8 +1,8 @@ --- -title: The Ember Times - Issue No. XX -author: the crowd +title: The Ember Times - Issue No. 71 +author: Jessica Jordan, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 -alias : "blog/xxxx/xx/xx-the-ember-times-issue-XX.html" +alias : "blog/2018/11/02-the-ember-times-issue-71.html" responsive: true --- @@ -79,7 +79,7 @@ responsive: true ## [#embertimes](https://emberjs.com/blog/tags/newsletter.html) 📰 -Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. +Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. Keep on top of what's been going on in Emberland this week by subscribing to our [e-mail newsletter](https://the-emberjs-times.ongoodbits.com/)! You can also find our posts on the [Ember blog](https://emberjs.com/blog/tags/newsletter.html). @@ -90,4 +90,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Jessica Jordan, the crowd and the Learning Team From c3628d3c0e56bb35529c9d39e41d87c4a32aabb1 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Sun, 28 Oct 2018 08:40:36 +0100 Subject: [PATCH 2/2] blog(embertimes#71): add tree shaking writeup --- source/blog/2018-11-02-the-ember-times-issue-71.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/blog/2018-11-02-the-ember-times-issue-71.md b/source/blog/2018-11-02-the-ember-times-issue-71.md index 968ca60b7f..a7c684ab34 100644 --- a/source/blog/2018-11-02-the-ember-times-issue-71.md +++ b/source/blog/2018-11-02-the-ember-times-issue-71.md @@ -8,7 +8,7 @@ responsive: true Emberistas! 🐹 - +This week your **help is needed** to bring **tree-shaking** 🌳 to Ember apps, --- @@ -22,8 +22,13 @@ responsive: true --- -## [SECTION TITLE](#section-url) +## [Make Tree-Shaking 🌲 Ready for Landing ✈️ - Your Help is Wanted!](https://twitter.com/kellyselden/status/1050717338595745792) + +A promising approach to reduce the size of Ember apps dramatically is known as **tree-shaking**. This describes a way to **exclude any code** from your **bundle** which is ultimately not needed for your application to work as expected. + +The [Packager RFC (Request for Comments) for bringing tree-shaking](https://github.com/ember-cli/rfcs/blob/master/active/0051-packaging.md#tree-shaking) to Ember apps [had been accepted in April this year](https://github.com/ember-cli/rfcs/commit/567201627bcc6baa2d70103bd5b6f9e23e8ea0d9). Since then, lots of progress has already been made on the Ember & Ember CLI side of things and even [the experimental addon ember-cli-tree-shaker](https://github.com/kellyselden/ember-cli-tree-shaker) has been a tangible product of recent efforts to allow you to try out tree shaking today. But there's still a lot more to do. And **your help is needed**! +If you're feeling up to the task to help tree-shaking land in Ember and you're curious to learn more about Ember CLI internals, be sure to **reach out** to [**@kellyselden** on either Twitter](https://twitter.com/kellyselden/status/1050717338595745792) or the [#topic-tree-shaking Discord channel](https://discordapp.com/channels/480462759797063690/502098552751915008) to get started! ---