dc72b2d4e4
- Extracting the IE8 notice and SVG templates out into partials - Moving changelog details into a data file
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
var layouts = require('handlebars-layouts');
|
|
|
|
module.exports.register = function(handlebars) {
|
|
layouts.register(handlebars);
|
|
};
|