Introducing grunt-idk I recently published grunt-idk on npm. As the name implies, it's a grunt task for when you just aren't sure what task you need to run. Maybe you have multiple test suites with
Introducing grunt-each A couple weeks ago I published version 1.0.0 of grunt-each, a plugin for grunt that runs arbitrary actions on file contents and writes the results to a destination. As with (almost)
Introducing grunt-test-matrix Run your test suite locally against your travis build matrix with grunt-test-matrix. I'm really excited to have this completed finally. This is a project I've been thinking about for some time because there's
How We Switched to Grunt: The Build Process Once Manta decided to stop using lineman in favor of grunt, we had to figure how the heck to make the switch and ensure that our build process was still the same. I
Why We Stopped Using Lineman.js Lineman is a node-based command line productivity utility for managing client-side applications. It's basically a wrapper around grunt and testem and also provides a nifty mechanism for faking server-side APIs, allowing parallel development