summaryrefslogtreecommitdiffstats
path: root/test/all.js
blob: 9c82c91c7274d2aa1c7e33ea4958716df80d2fb6 (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
25
26
27

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

// Parsing
require('./locate');
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');
require('./output-ebook');