Skip to content

Commit ca07f07

Browse files
committed
Compile views and partials
1 parent b71f7a0 commit ca07f07

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bin/handlebars-build

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env node
2+
3+
const Handlebars = require('handlebars');
4+
5+
require('../docs/views');
6+
require('../docs/partials');
7+
8+
process.stdout.write(Handlebars.templates.index());

0 commit comments

Comments
 (0)