Elgg  Version 1.11
Variables
Gruntfile.js File Reference

Go to the source code of this file.

Variables

module exports
 

Variable Documentation

module exports
Initial value:
= function(grunt) {
require('load-grunt-config')(grunt);
grunt.registerTask('build', [
'clean:docs',
'exec:build_docs'
]);
grunt.registerTask('default', [
'clean:docs',
'exec:build_docs',
'connect:docs',
'open:docs',
'watch:docs'
]);
}
elgg require
Throw an error if the required package isn't present.
Definition: elgglib.js:164

Definition at line 1 of file Gruntfile.js.