Elgg  Version 2.3
connect.js
Go to the documentation of this file.
1 'use strict';
2 
3 module.exports = function(grunt) {
4 
5  return {
6  docs: {
7  options: {
8  hostname: "*",
9  port: 1919,
10  base: 'docs/_build',
11  livereload: true
12  }
13  }
14  }
15 }
elgg module
Definition: admin.css.php:328