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-03-10 15:04:29 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-03-10 15:04:29 +0300
commit3c7cf5fc47bdd0f5957370f55521bf5d184488a4 (patch)
tree2ce1e7a7be5055be2ae4932dda2922a68af80a43 /gulpfile.js
parent6306f53da64e731218fcf6708b375f6f228b6f11 (diff)
Basic layout for logic conditions
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index dc9314d2..60ca8f99 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -49,7 +49,8 @@ sources.css = [
'./src/css/dropdown-lists/css/style_lists.css',
'./js/libraries/switchery/switchery.css',
'./js/libraries/jbox/jBox.css',
- './node_modules/openlayers/dist/ol.css'
+ './node_modules/openlayers/dist/ol.css',
+ './src/css/logic.css'
];
sources.js = [