Merge branch 'master' into standalone
This commit is contained in:
commit
d50c319175
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,12 +1,6 @@
|
||||||
resources/openpgpjs.pem
|
|
||||||
build/
|
build/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules/
|
node_modules/
|
||||||
npm*
|
npm*
|
||||||
test/lib/
|
test/lib/
|
||||||
resources/keyring_nodebug.js
|
dist/
|
||||||
resources/openpgp_nodebug.js
|
|
||||||
resources/keyring.js
|
|
||||||
resources/keyring.min.js
|
|
||||||
resources/openpgp.js
|
|
||||||
resources/openpgp.min.js
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ You can also build a current version yourself:
|
||||||
|
|
||||||
npm install && grunt
|
npm install && grunt
|
||||||
|
|
||||||
Then take the resulting file from `resources/openpgp.min.js` to use in your project.
|
Then take `dist/openpgp.min.js` to use in your project.
|
||||||
|
|
||||||
# I need some help
|
# I need some help
|
||||||
## Mailing List
|
## Mailing List
|
||||||
|
|
Loading…
Reference in New Issue
Block a user