Tag: Task Automation
-
How to Use Javascript 6 (ES6) Right Now Including ‘Import’
Note: This post is outdated because Babel changed the way it works. Please read this updated tutorial to start writing ES6 apps. So you want to use the new Javascript, most popularily denoted as ES6 (ECMAScript version 6)? Why wouldn’t you, it has all these neat features like actual classes with constructors, arrow functions, blockscoping, etc……
-
Task Runners, A comparison between Grunt, Gulp, Broccoli and Mimosa
Note: This article was written and researched in January 2015, but I just got around to publishing it today (April 5th, 2015). Task Runners make your life easier when developing for the front-end by automating tasks. Except for when you have to configure them for the first time. Try not to lose your sanity.