Skip to content

Commit

Permalink
Merge pull request #143 from tennox/master
Browse files Browse the repository at this point in the history
#141 set config.filePath to view location
  • Loading branch information
asahasrabuddhe authored Dec 27, 2022
2 parents 6e9a314 + 4cfef5b commit 84a4260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Process/MJML.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function buildCmdLineFromConfig()
'node',
config('mjml.auto_detect_path') ? $this->detectBinaryPath() : config('mjml.path_to_binary'),
$this->path,
'--config.filePath=' . dirname($this->view->getPath()),
'-o',
$this->compiledPath,
]);
Expand Down

0 comments on commit 84a4260

Please sign in to comment.