X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fangular.json;h=455c9fbde3da317c22d9bfbabd6caa2f9493192d;hb=0bc53e20296de68288481e2375b297626087174b;hp=556df6bbd2ce0f4e8bbce531765510322406e8ac;hpb=9df52d660feb722404be00a50f3c8a612bec1c15;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/angular.json b/client/angular.json index 556df6bbd..455c9fbde 100644 --- a/client/angular.json +++ b/client/angular.json @@ -138,7 +138,6 @@ "tsConfig": "tsconfig.json", "polyfills": "src/polyfills.ts", "baseHref": "/", - "deployUrl": "", "stylePreprocessorOptions": { "includePaths": [ "src/sass/include" @@ -156,6 +155,8 @@ "chart.js", "htmlparser2", "markdown-it-emoji/light", + "linkifyjs/lib/linkify-html", + "linkifyjs/lib/plugins/mention", "sanitize-html", "debug", "@peertube/p2p-media-loader-hlsjs", @@ -233,21 +234,6 @@ "with": "src/environments/environment.hmr.ts" } ] - }, - "e2e": { - "localize": false, - "budgets": [ - { - "type": "anyComponentStyle", - "maximumWarning": "6kb" - } - ], - "fileReplacements": [ - { - "replace": "src/environments/environment.ts", - "with": "src/environments/environment.e2e.ts" - } - ] } } }, @@ -266,10 +252,6 @@ }, "ar-locale": { "browserTarget": "PeerTube:build:ar-locale" - }, - "e2e": { - "browserTarget": "PeerTube:build:e2e", - "proxyConfig": "e2e/proxy.config.json" } } }, @@ -300,84 +282,11 @@ "builder": "@angular-eslint/builder:lint", "options": { "lintFilePatterns": [ + "e2e/**/*.ts", "src/**/*.ts", "src/**/*.html" ] } - }, - "xliffmerge": { - "builder": "@ngx-i18nsupport/tooling:xliffmerge", - "options": { - "xliffmergeOptions": { - "i18nFormat": "xlf", - "srcDir": "src/locale", - "genDir": "src/locale", - "i18nBaseFile": "angular", - "defaultLanguage": "en-US", - "languages": [ - "ar", - "ca-ES", - "gl-ES", - "cs-CZ", - "da-DK", - "de-DE", - "el-GR", - "en-GB", - "en-US", - "eo", - "es-ES", - "eu-ES", - "fa-IR", - "fi-FI", - "fr-FR", - "gd", - "gl-ES", - "hu-HU", - "it-IT", - "ja-JP", - "jbo", - "kab", - "ko-KR", - "lt-LT", - "nb-NO", - "nl-NL", - "oc", - "pl-PL", - "pt-BR", - "pt-PT", - "ru-RU", - "sk-SK", - "sl-SI", - "sv-SE", - "ta", - "th-TH", - "tr-TR", - "uk-UA", - "vi-VN", - "zh-Hans-CN", - "zh-Hant-TW" - ] - } - } - } - } - }, - "PeerTube-e2e": { - "root": "e2e/", - "sourceRoot": "", - "projectType": "application", - "architect": { - "e2e": { - "builder": "@angular-devkit/build-angular:protractor", - "options": { - "protractorConfig": "e2e/protractor.conf.js", - "devServerTarget": "PeerTube:serve:e2e" - }, - "configurations": { - "local": { - "protractorConfig": "e2e/local-protractor.conf.js" - } - } } } }