Web Unleashed 2015

2015-09-16 00:00:00 2015-09-18 00:00:00 America/Toronto Web Unleashed 2015 By attending Web Unleashed, you will get up-to-date on the skills to push you ahead in your career. You'll also have the opportunity to network and share ideas with like-minded professionals. Toronto FITC Toronto

Overview

Sure, you use Grunt to build your projects, but have you ever wondered how it all works? Where do those Grunt plugins come from? How are they put together? What do you do if there isn’t a plugin that meets your needs?

I wrote my first Grunt plugin to solve a very specific problem but ended up learning things about npm and Grunt that have benefited all of my projects. In this talk, I’ll walk you through how I created my plugin and how you can do the same. Even if you never get that far, you’ll take away useful ideas you can apply to your existing Grunt workflow.

Objective

Upgrade your Grunt workflow by learning how to write your own plugins.

Target Audience

Developers who already have a Grunt-based workflow.

Assumed Audience Knowledge

Experience with JavaScript and familiarity with Grunt.

Five things audience members will learn

  1. Managing dependencies with npm
  2. Building a Grunt plugin
  3. Unit testing with nodeunit
  4. The magic of npm link
  5. How to publish your own Grunt plugins