From 997e98c7bee1da73d14c0dc37adeb76de8c6aaea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 23 Jan 2019 16:33:32 +0100 Subject: [PATCH 1/2] Remove no more existing template cache files --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index f2a73a0f4454..b739568994de 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,4 @@ /examples/simple.min.js /contribs/gmf/build/ /contribs/gmf/examples/https.js -/test/spec/templatecache.js -/test/spec/gmftemplatecache.js -/contribs/gmf/apps-webpack/desktop/js/templatecache.js /openlayers_src/ From 0c1690e853a75ace76b420bfeb08dd7bfd0bd84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 23 Jan 2019 16:34:47 +0100 Subject: [PATCH 2/2] Prepare to also check the api --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 221b96cf409d..3399210b28f1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,7 @@ }, "include": [ "src/**/*.js", +// "api/src/**/*.js", // "contribs/gmf/src/**/*.js" ] }