Elgg
Version 1.11
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
Gruntfile.js
Go to the documentation of this file.
1
module
.exports =
function
(grunt) {
2
3
require
(
'load-grunt-config'
)(grunt);
4
5
grunt.registerTask(
'build'
, [
6
'clean:docs'
,
7
'exec:build_docs'
8
]);
9
grunt.registerTask(
'default'
, [
10
'clean:docs'
,
11
'exec:build_docs'
,
12
'connect:docs'
,
13
'open:docs'
,
14
'watch:docs'
15
]);
16
};
module
elgg module
Definition:
admin.php:324
require
elgg require
Throw an error if the required package isn't present.
Definition:
elgglib.js:164
Generated on Sun Oct 13 2024 00:00:51 for Elgg by
1.8.11