markhuge/grunt-mailgun

View on GitHub
Gruntfile.js

Summary

Maintainability
A
0 mins
Test Coverage
/*
 * grunt-mailgun
 * https://github.com/markhuge/grunt-mailgun
 *
 * Copyright (c) 2013 Mark Wilkerson
 * Licensed under the MIT license.
 */

'use strict';

module.exports = function(grunt) {
  grunt.loadTasks('tasks');
};