From 83025e3ec06be95600d64d859dc054bfca71aa77 Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Tue, 24 Dec 2019 14:06:01 +0100 Subject: [PATCH] [enh] Wot add a cache on load requirements [enh] Make sure to clean all cache when BMA node changed [enh] Cesium+: Add cache on some requests [fix] Fix doc --- app/config.json | 4 ++++ doc/build_ios.md | 2 +- doc/development_guide.md | 2 +- doc/fr/development_tutorial-01.md | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/config.json b/app/config.json index e972efe6..b0b28239 100644 --- a/app/config.json +++ b/app/config.json @@ -259,6 +259,10 @@ { "host": "g1-test.cgeek.fr", "port": 443 + }, + { + "host": "gtest.jytou.fr", + "port": 443 } ], "plugins":{ diff --git a/doc/build_ios.md b/doc/build_ios.md index eda62e51..91d77479 100644 --- a/doc/build_ios.md +++ b/doc/build_ios.md @@ -82,7 +82,7 @@ npm install -g nw-gyp node-pre-gyp 2. Install global dependencies (see [Development Guide](./development_guide.md) for versions to used) : ``` -npm install -g gulp bower@1.8.8 cordova@9.0.0 ionic@1.7.16 +npm install -g gulp bower cordova ionic@1.7.16 ``` 3. Install project dependencies : diff --git a/doc/development_guide.md b/doc/development_guide.md index 300cfea2..5eea07a7 100644 --- a/doc/development_guide.md +++ b/doc/development_guide.md @@ -23,7 +23,7 @@ To build Cesium, you will have to: - Installing node.js build tools: ``` - npm install -g gulp bower cordova @ionic/v1-toolkit@2.0.18 + npm install -g gulp bower cordova ionic@1.7.16 ``` ## Get the source code and dependencies diff --git a/doc/fr/development_tutorial-01.md b/doc/fr/development_tutorial-01.md index 8f46a6cd..c325af98 100644 --- a/doc/fr/development_tutorial-01.md +++ b/doc/fr/development_tutorial-01.md @@ -127,7 +127,7 @@ cd cesium Puis, lancez le téléchargement et l'installation des modules Cesium à l'aide de la commande : ```bash -npm install -g gulp bower@1.8.8 cordova@9.0.0 ionic@1.7.16 +npm install -g gulp bower cordova ionic@1.7.16 ``` Puis pour les dépendances non globales : -- GitLab