happyplan/happyplan

View on GitHub
grunt_tasks/build-html.js

Summary

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

  grunt.registerTask('happyplan:build-html', 'Build the html for the website', [
      'happyplan:prepare-build-html'
    , 'assemble:html'
  ])
}