Skip to content

Instantly share code, notes, and snippets.

Created August 2, 2017 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a18ea48f401744543ca9cfd5f8d0e58c to your computer and use it in GitHub Desktop.
Save anonymous/a18ea48f401744543ca9cfd5f8d0e58c to your computer and use it in GitHub Desktop.
var hbs = require('hbs');
var hbsUtils = require('hbs-utils')(hbs);
hbsUtils.registerPartials(`${__dirname}/views/partials`);
hbsUtils.registerWatchedPartials(`${__dirname}/views/partials`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment