There was an error while loading. Please reload this page.
1 parent fd7c04e commit 485effcCopy full SHA for 485effc
CHANGELOG.md
@@ -1,5 +1,12 @@
1
+<a name="1.0.2"></a>
2
+# 1.0.2 (2019-11-03)
3
+
4
+### Features
5
6
+* Add useCustomMailPaths config for specifying full path to mail
7
8
<a name="1.0.1"></a>
-# 1.0.1 (2019-03-24)
9
+# 1.0.1 (2019-11-03)
10
11
### Features
12
src/Views/Base.js
@@ -92,6 +92,8 @@ class BaseRenderEngine {
92
*
93
*/
94
_getViewsPath(view) {
95
+ if (this.Config.useCustomMailPaths) return `${this.Config.views}/${view}`
96
97
const currentWorkingDirectory = process.cwd()
98
99
return Path.resolve(
0 commit comments