UNPKG

generator-fe-kit

Version:
27 lines (26 loc) 493 B
module.exports = { options: { commit: true, push: true, remote: '<%= remoteRepo %>', message: 'update' }, site: { options: { dir: '<%= site %>', branch: '<%= remoteBranch %>' } }, css: { options: { dir: '<%= cssFolder %>', branch: 'css' } }, less: { options: { dir: '<%= lessFolder %>', branch: 'less' } } };