- Olympus, Mars
Popular repositories
-
koa-socket.io
Koa meets socket.io connected socket
-
koa-socket-session
koa-socket-session is a session middleware for koa-socket.It can share session between koa app and koa-socket.
JavaScript 6
-
umeng-push-server-sdk
Umeng Push Server SDK for Nodejs
-
mysql-bundle
mysql-bundle is extended from felixge/node-mysql but more easy to use. Besides the basic functions of mysql, it has file template sql and ES5 generator-supporting.
JavaScript 2
-
ctrl-it
A control-flow iterator. This is a extra of each. You Can break or continue when in iterating.
JavaScript 1
-
gitignore
Forked from github/gitignore
A collection of useful .gitignore templates
96 contributions in the last year
Contribution activity
August 2017
July 2017
Partials not support absolute path makes it hard to include templates from a complex file structure
Suggest I have a file structure like this:
admin | - index.hbs
includes | - header.hbs
index.hbs
If I set a partial:
options.partials['header'] = '…