-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating and pruning JS requirements, tweaking JS build process
- Loading branch information
1 parent
852fb64
commit 0b04614
Showing
6 changed files
with
35 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
echo $(git status --porcelain -b |head -1 |cut -f1 -d.)@$(git rev-parse HEAD|cut -b1-12) |cut -f 2 -d" " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/* Mailpile libraries.js 0.4.1 | ||
* https://github.com/pagekite/mailpile | ||
* Mailpile and other contributors; Licensed AGPL3 | ||
console.log("Mailpile 3rd-party JS library bundle, built at: @MP_JSBUILD_INFO@"); | ||
/* | ||
* All code is Copyright the respective upstream projects. The license for | ||
* this combined bundle is the same as for Mailpile itself, AGPLv3. | ||
*/ |