mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
gulp: fix build task
This commit is contained in:
parent
93b2c00600
commit
e1b487e503
|
|
@ -148,7 +148,7 @@ function clean(cb)
|
|||
function build(cb)
|
||||
{
|
||||
// body omitted
|
||||
return parallel(js, css, vendor, resourceFileCopy);
|
||||
return parallel(js, css, vendor, viewjs, resourceFileCopy, copyLocales, done => { done(); cb(); })();
|
||||
}
|
||||
|
||||
function publish(cb)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user