Using Grunt to Manage Drupal Build and Testing Tools

Joe Turgeon

Drupal development is getting more sophisticated. You may use a Drush make file to build a Drupal site instead of checking core code into your repo. You may use Behat to run automated behavioral tests against your site. You may use Compass to compile your Sass files into CSS.

As we add tools to the development process, we need something to make them work together. Enter Grunt Drupal Tasks!

Grunt is a well-supported and flexible JavaScript-based task runner. In the Node.js and front-end worlds, Grunt is widely adopted for automating build and processing tasks (think, linting and minifying JavaScript). In this talk, I'll demonstrate the free and open-source Grunt Drupal Tasks project, which provides a set of common tasks related to building and testing Drupal sites.

This will build on the talk given at DrupalCon LA.

http://2015.tcdrupal.org/session/using-grunt-manage-drupal-build-and-testing-tools

Drupal is a registered trademark of Dries Buytaert.