Featured
Developer Workflow
Getting Started with Yeoman & Grunt
Posted on March 7th, 2014.Why use Grunt? In one word: automation. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you’ve configured it, a task runner can do most of that mundane work for you—and your team—with basically zero effort. Grunt is a...