Skip to content
Snippets Groups Projects
Commit 83025e3e authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[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
parent 1900bfe8
No related branches found
No related tags found
No related merge requests found
Pipeline #7496 skipped
...@@ -259,6 +259,10 @@ ...@@ -259,6 +259,10 @@
{ {
"host": "g1-test.cgeek.fr", "host": "g1-test.cgeek.fr",
"port": 443 "port": 443
},
{
"host": "gtest.jytou.fr",
"port": 443
} }
], ],
"plugins":{ "plugins":{
......
...@@ -82,7 +82,7 @@ npm install -g nw-gyp node-pre-gyp ...@@ -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) : 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 : 3. Install project dependencies :
......
...@@ -23,7 +23,7 @@ To build Cesium, you will have to: ...@@ -23,7 +23,7 @@ To build Cesium, you will have to:
- Installing node.js build tools: - 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 ## Get the source code and dependencies
......
...@@ -127,7 +127,7 @@ cd cesium ...@@ -127,7 +127,7 @@ cd cesium
Puis, lancez le téléchargement et l'installation des modules Cesium à l'aide de la commande : Puis, lancez le téléchargement et l'installation des modules Cesium à l'aide de la commande :
```bash ```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 : Puis pour les dépendances non globales :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment