Old Client Cleanup (#9141)

* move emails images to website/static/emails and remove old files

* remove old client tests

* remove more files

* add sprites back

* cleanup gulp

* cleanup gulp

* remove old files

* more fixes

* pin bootstrap-vue

* disable old test

* remove old tasks

* fix apidoc
This commit is contained in:
Matteo Pagliazzi
2017-10-12 16:44:28 +02:00
committed by GitHub
parent 5ced47f590
commit 99f50f825a
7207 changed files with 1884 additions and 93097 deletions

View File

@@ -37,7 +37,7 @@ _.each(langCodes, code => {
});
const CONTENT_CACHE_PATH = path.join(__dirname, '/../../../build/content_cache/');
const CONTENT_CACHE_PATH = path.join(__dirname, '/../../../../content_cache/');
async function saveContentToDisk (language, content) {
try {