From 4ce32c415e18ef4c6fff22b291d18395a106797c Mon Sep 17 00:00:00 2001 From: Jiiks Date: Tue, 20 Mar 2018 07:47:03 -0300 Subject: [PATCH] copy prebuilt bindings --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 31677bd3..35166675 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -65,5 +65,5 @@ const bindings = function() { } gulp.task('release', function () { - del(['./release/**/*']).then(() => merge(client(), core(), core2(), core3(), sparkplug(), cssEditor(), deps())); + del(['./release/**/*']).then(() => merge(client(), core(), core2(), core3(), sparkplug(), cssEditor(), deps(), bindings())); });