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
path: root/gulp
diff options
context:
space:
mode:
authorThomas Schmid <schmid-thomas@gmx.net>2020-01-10 22:06:43 +0300
committerThomas Schmid <schmid-thomas@gmx.net>2020-01-10 22:06:43 +0300
commit63ed29d1c3481a8da0b812ea8b749021879e9e18 (patch)
tree9149b3acb8b0a3254fb17bff0c7b941c38a4d921 /gulp
parent949ae961db6cc308aed25e226001c3f35f8fb341 (diff)
Merge eletron app into master
Diffstat (limited to 'gulp')
-rw-r--r--gulp/gulpfile.addon.js2
-rw-r--r--gulp/gulpfile.testing.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/gulp/gulpfile.addon.js b/gulp/gulpfile.addon.js
index 07e83398..0e1ba9ef 100644
--- a/gulp/gulpfile.addon.js
+++ b/gulp/gulpfile.addon.js
@@ -67,7 +67,7 @@ async function packageJQuery() {
"use strict";
await common.packageJQuery(
- BUILD_DIR_ADDON + "/chrome/chromeFiles/content/libs/jQuery");
+ BUILD_DIR_ADDON + "/chrome/chromeFiles/content/libs/jquery");
}
/**
diff --git a/gulp/gulpfile.testing.js b/gulp/gulpfile.testing.js
index 246e590b..35694470 100644
--- a/gulp/gulpfile.testing.js
+++ b/gulp/gulpfile.testing.js
@@ -24,7 +24,7 @@ async function packageJQuery() {
"use strict";
await common.packageJQuery(
- `${BUILD_DIR_TEST}/common/jQuery/`);
+ `${BUILD_DIR_TEST}/common/jquery/`);
}
/**