open.js 133 B

12345678910
  1. 'use strict';
  2. module.exports = function(grunt) {
  3. return {
  4. docs: {
  5. path: 'http://localhost:1919/index.html',
  6. }
  7. }
  8. }