Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 0263f8f

Browse files
author
the-djmaze
committed
Use the custom Squire as submodule vendors/squire2
1 parent a6ff022 commit 0263f8f

File tree

6 files changed

+7
-523
lines changed

6 files changed

+7
-523
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
/vendors/knockout/spec
2626
/vendors/openpgp-5
2727
!/vendors/openpgp-5/dist
28+
/vendors/squire2
29+
!/vendors/squire2/dist
2830
/vendors/vanillaqr.js/
2931
/integrations/nextcloud/rainloop
3032
/integrations/owncloud/rainloop

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[submodule "vendors/openpgp-5"]
22
path = vendors/openpgp-5
33
url = git@github.com:the-djmaze/openpgpjs.git
4+
[submodule "vendors/squire2"]
5+
path = vendors/squire2
6+
url = git@github.com:the-djmaze/Squire.git
7+
branch = snappymail

tasks/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ config.paths.js = {
6363
'vendors/bootstrap/js/bootstrap.native.js',
6464
'vendors/knockout/build/output/knockout-latest.js',
6565
// 'vendors/knockout/build/output/knockout-latest.debug.js',
66-
'vendors/squire/build/squire-raw.js',
66+
'vendors/squire2/dist/squire-raw.js',
6767
'vendors/mathiasbynens/punycode.js',
6868
'vendors/turndown/turndown.js',
6969
'dev/External/SquireUI.js'

vendors/squire/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)