mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 13:26:14 +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)
|
function build(cb)
|
||||||
{
|
{
|
||||||
// body omitted
|
// body omitted
|
||||||
return parallel(js, css, vendor, resourceFileCopy);
|
return parallel(js, css, vendor, viewjs, resourceFileCopy, copyLocales, done => { done(); cb(); })();
|
||||||
}
|
}
|
||||||
|
|
||||||
function publish(cb)
|
function publish(cb)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user