Elgg
Version 1.11
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
grunt
exec.js
Go to the documentation of this file.
1
'use strict'
;
2
3
module
.exports =
function
(grunt) {
4
5
return
{
6
build_docs: {
7
cmd:
'sphinx-build docs docs/_build'
8
}
9
}
10
}
module
elgg module
Definition:
admin.php:324
Generated on Fri Oct 11 2024 00:00:53 for Elgg by
1.8.11