Skip to content

Instantly share code, notes, and snippets.

Created August 2, 2017 08:48
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/718c98d248ca49c273a82b33f471332f to your computer and use it in GitHub Desktop.
Save anonymous/718c98d248ca49c273a82b33f471332f 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