riya_business_travel_7.5.5/emails/grunt/assemble.js
venbatechnologies@gmail.com 16f7870fa5 Initial commit
2021-07-05 12:44:38 +05:30

17 lines
339 B
JavaScript

module.exports = function () {
'use strict';
return {
options: {
layout: 'templates/layouts/default.html',
partials: ['templates/partials/*.hbs'],
helpers: ['templates/helpers/**/*.js'],
data: [],
flatten: true,
},
pages: {
src: ['templates/*.html'],
dest: 'dist/',
},
};
};