Go to the source code of this file.
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 at line 1 of file Gruntfile.js.