Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmid <thsmi@users.noreply.github.com>2020-08-08 15:44:04 +0300
committerGitHub <noreply@github.com>2020-08-08 15:44:04 +0300
commit96c86b8d8b0ebe021e17f46f22d29a2df99626c6 (patch)
tree4d5c24a27c7d88389bbe93ba6944fbc01f2297f0 /.vscode
parentf7e9833a7cdb15a341e4539fa6d554e750b966bf (diff)
Switch to bootstrap 5 (#324)
* Pin bootstrap version to at least 5.0.0-alpha1 * Migrate from bootstrap 4 to bootstrap 5 * Update Dependencies * Switch to ES6 Imports * Remove last jquery pieces * Fix template path * Make unit testing ES6 import compatible * Gulp mjs hack, older Thunderbird version do not load mjs from addon urls * Fix linter errors
Diffstat (limited to '.vscode')
-rwxr-xr-x.vscode/tasks.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index d78f1f3f..9ec5366f 100755
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -17,8 +17,10 @@
},
"args": [
"./src/**/*.js",
+ "./src/**/*.mjs",
"./src/**/*.jsm",
- "./tests/**/*.js"
+ "./tests/**/*.js",
+ "./tests/**/*.mjs"
],
"promptOnClose": false,
"presentation": {