mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-24 15:12:31 +00:00
Change Makefile to build debug and non-debug versions of openpgp.js
This commit is contained in:
parent
e8a2cd6621
commit
be8cab9795
3
Makefile
3
Makefile
@ -31,7 +31,8 @@ lint:
|
||||
@./scripts/lint.sh
|
||||
|
||||
bundle:
|
||||
@browserify -d -r ./src/:openpgp > ./resources/openpgp.js
|
||||
@browserify -r ./src/:openpgp > ./resources/openpgp.js
|
||||
@browserify -d -r ./src/:openpgp > ./resources/openpgp.debug.js
|
||||
|
||||
bundle-test:
|
||||
@browserify -d -r ./test/test-all.js:test-bundle.js > ./test/test-bundle.js
|
||||
|
Loading…
x
Reference in New Issue
Block a user