UNPKG
mote
Version:
latest (0.2.0)
0.2.0
0.1.0
A fast mustache template engine for JavaScript
github.com/satchmorun/mote
satchmorun/mote
mote
/
Makefile
11 lines
(6 loc)
•
171 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
SITE_SRC = site/about.md site/docs.md site/index.html.mote site/templates.html SITE = index.html all: site site:
${SITE}
${SITE}
:
${SITE_SRC}
node site/build_site.js