add simplest possible express server to host files
...this is much better for development, so you can run many different servers that have different HTML 5 local storages for testing purposes.
This commit is contained in:
parent
4ea7a2c785
commit
49dbbe8fa9
3 changed files with 27 additions and 2 deletions
|
|
@ -19,6 +19,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/bitpay/copay",
|
||||
"devDependencies": {
|
||||
"express": "4.0.0",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"grunt-mocha-test": "~0.8.2",
|
||||
"grunt-shell": "~0.6.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue