change hbs & glob path

This commit is contained in:
2020-03-23 22:06:53 +03:00
parent edc6a9f401
commit e661a0f9a3
5 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
const fs = require('fs');
const path = require('path');
const glob = require(path.resolve('node_modules', 'glob'));
const glob = require('glob');
module.exports = (hbs, rootDir) => {
glob