Elgg
Version 1.11
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
grunt
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
}
module
elgg module
Definition:
admin.php:324
Generated on Sat Dec 21 2024 00:00:50 for Elgg by
1.8.11