happyplan/happyplan

View on GitHub
grunt_tasks/config/open.js

Summary

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

  return {
    server: {
      path: 'http://<%= happyplan.server.hostname %>:<%= happyplan.server.port %>/'
    }
  }
}