mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Found the round npm module to get rollup working in gulp
This commit is contained in:
parent
90ee39b114
commit
8b1a7f39df
11 changed files with 72 additions and 143 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue