mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-24 07:14:33 +03:00
Fix bug with race condition on build
This commit is contained in:
parent
7d3558460b
commit
3307ba01dc
@ -147,9 +147,9 @@ gulp.task('bower-install', function(callback) {
|
|||||||
// header. Add the header manually.
|
// header. Add the header manually.
|
||||||
.pipe(header("// json2.js. Public Domain. See http://www.JSON.org/js.html\n"))
|
.pipe(header("// json2.js. Public Domain. See http://www.JSON.org/js.html\n"))
|
||||||
.pipe(rename('json/json2.min.js'))
|
.pipe(rename('json/json2.min.js'))
|
||||||
);
|
)
|
||||||
|
.pipe(gulp.dest(config.jsVendorPath));
|
||||||
|
|
||||||
stream.pipe(gulp.dest(config.jsVendorPath));
|
|
||||||
stream
|
stream
|
||||||
.on('error', callback)
|
.on('error', callback)
|
||||||
.on('end', callback);
|
.on('end', callback);
|
||||||
|
Loading…
Reference in New Issue
Block a user