Elgg
Version 3.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
grunt
watch.js
Go to the documentation of this file.
1
'use strict'
;
2
3
module.exports =
function
(grunt) {
4
5
return
{
6
docs: {
7
files
: [
'**/*.rst'
],
8
tasks: [
'exec:build_docs'
],
9
options: {
10
livereload:
true
11
}
12
}
13
}
14
}
files
c Accompany it with the information you received as to the offer to distribute corresponding source complete source code means all the source code for all modules it plus any associated interface definition files
Definition:
LICENSE.txt:210
Generated on Sat Jan 16 2021 00:00:26 for Elgg by
1.8.11