Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-06-09 14:11:09 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-06-09 14:11:09 +0300
commit4a0bf7b93bb2bd9331b1e2c9a42bc5ec80f580a8 (patch)
treee0624f361f3944b0bef3e95fe6c80433440bea67 /gulpfile.js
parent1633ea92144c4847382f38108c3128694dcc4d61 (diff)
Fix app not starting in chrome
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 804c896d..ae2356e6 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -61,7 +61,7 @@ sources.js = [
'./js/libraries/d3.min.js',
'./js/libraries/jquery.nouislider.all.min.js',
'./node_modules/three/three.min.js',
- './node_modules/nw-dialog/index.js',
+ './js/libraries/nw-dialog.js',
'./js/libraries/bundle_xml2js.js',
'./js/libraries/Projector.js',
'./js/libraries/CanvasRenderer.js',