summaryrefslogtreecommitdiffstats
path: root/test/all.js
blob: 97913d7f3b002d007c2d058e6bfeeef171be6452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

// Utilities
require('./location');

// Parsing
require('./config');
require('./readme');
require('./summary');
require('./glossary');
require('./langs');
require('./parse');

require('./git');
require('./plugins');
require('./template');
require('./conrefs');

// Page and HTML generation
require('./page');

// Output
require('./assets-inliner');
require('./output-json');
require('./output-website');