happyplan/happyplan

View on GitHub
grunt_tasks/config/gh-pages.js

Summary

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

  return {
    options: {
      base: '<%= happyplan.path.dist._ %>',
      branch: '<%= happyplan.git.branch %>'
    },
    src: ['**/*']
  }
}