parent
6265a8f41d
commit
cd8973f45e
@ -1,4 +1,5 @@
|
|||||||
/target
|
/target
|
||||||
*~
|
*~
|
||||||
bower_components
|
bower_components/
|
||||||
node_modules
|
node_modules/
|
||||||
|
vendor/
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
.PHONY: all
|
||||||
|
all: client
|
||||||
|
|
||||||
|
dirs:
|
||||||
|
@mkdir -p vendor
|
||||||
|
|
||||||
|
client: dirs
|
||||||
|
npm install
|
||||||
|
bower install crypto-js
|
||||||
|
cd node_modules/node-rsa/src && browserify -r ./NodeRSA.js:node-rsa > ../../../vendor/NodeRSA.js
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@
|
|||||||
|
../../vendor/NodeRSA.js
|
Loading…
Reference in new issue