Found the round npm module to get rollup working in gulp

This commit is contained in:
djmaze 2021-02-02 13:54:48 +01:00
parent 90ee39b114
commit 8b1a7f39df
11 changed files with 72 additions and 143 deletions

View file

@ -30,10 +30,12 @@ if ($return_var) {
exit("gulp failed with error code {$return_var}\n");
}
/*
passthru("{$rollup} -c", $return_var);
if ($return_var) {
exit("rollup failed with error code {$return_var}\n");
}
*/
$cmddir = escapeshellcmd(__DIR__) . '/snappymail/v/0.0.0/static';