Elgg  Version 1.11
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 };
elgg module
Definition: admin.php:324
elgg require
Throw an error if the required package isn't present.
Definition: elgglib.js:164