happyplan/happyplan

View on GitHub
grunt_tasks/default.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = function(grunt) {
  "use strict";

  grunt.registerTask('happyplan:default', [
    'happyplan:dev',
    'happyplan:server'
  ])
}