Skip to content

Commit

Permalink
🐛 Add Typescript builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Striffly committed Oct 10, 2019
1 parent d162442 commit a0c6e0f
Show file tree
Hide file tree
Showing 2,410 changed files with 491 additions and 114,119 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
node_modules/
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ This was adapted from N1-avatars https://github.com/unity/n1-avatars. Thank you

## Installing

2. [Grab the latest release](https://github.com/emadow/mailspring-avatars/releases)
2. [Grab the latest release](https://github.com/Striffly/mailspring-avatars/releases)
3. Extract Mailspring-Avatars and load Mailspring
4. From the menu, select `Developer > Install a Package Manually...` from the dialog, choose the directory of this plugin to install it


## Contribute

This plugin implements a Typescript builder as required since Maispring 1.6.3 (see https://github.com/Foundry376/Mailspring/issues/1645).

Once you have finish your edits in the `src` folder, compile with `yarn build`.
26 changes: 26 additions & 0 deletions lib/avatar-factory.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

310 changes: 310 additions & 0 deletions lib/avatar-image.js

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions lib/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion node_modules/.bin/loose-envify

This file was deleted.

52 changes: 0 additions & 52 deletions node_modules/.yarn-integrity

This file was deleted.

70 changes: 0 additions & 70 deletions node_modules/asap/CHANGES.md

This file was deleted.

21 changes: 0 additions & 21 deletions node_modules/asap/LICENSE.md

This file was deleted.

Loading

0 comments on commit a0c6e0f

Please sign in to comment.