()
| 8 | bundler = ss.bundler.get(client); |
| 9 | |
| 10 | function templates() { |
| 11 | var files = bundler.entries('tmpl'), |
| 12 | output = []; |
| 13 | templateEngine.generate(bundler, files, function(html) { |
| 14 | return output.push(html); |
| 15 | }); |
| 16 | return output; |
| 17 | } |
| 18 | |
| 19 | function headers() { |
| 20 | // Return an array of headers. Order is important! |