Author In ES6, Transpile To ES5 As A Build-step: A Workflow For Grunt April 29, 2013 Preface: This article assumes prior knowledge of Grunt, the JavaScript task runner and that you've heard of Traceur, the ES.next to ES5 transpiler by Google. Getting started guides are available for both projects. For information on the current state of ES6, read the current working draft spec. Today I used a Grun

