commit
a5880faa1e
3 changed files with 3 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ module.exports = function(grunt) {
|
||||||
},
|
},
|
||||||
config: {
|
config: {
|
||||||
files: ['config.js'],
|
files: ['config.js'],
|
||||||
tasks: ['shell:dev', 'concat:main']
|
tasks: ['exec:dev', 'concat:main']
|
||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
files: ['test/**/*.js'],
|
files: ['test/**/*.js'],
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ mkdir -p $APPDIR
|
||||||
|
|
||||||
# Re-compile copayBundle.js
|
# Re-compile copayBundle.js
|
||||||
echo "${OpenColor}${Green}* Generating copay bundle...${CloseColor}"
|
echo "${OpenColor}${Green}* Generating copay bundle...${CloseColor}"
|
||||||
grunt --target=dev shell
|
grunt prod
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
# Copy all chrome-extension files
|
# Copy all chrome-extension files
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "copay",
|
"name": "copay",
|
||||||
"description": "A multisignature wallet",
|
"description": "A multisignature wallet",
|
||||||
"author": "BitPay",
|
"author": "BitPay",
|
||||||
"version": "0.9.2",
|
"version": "0.9.3",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wallet",
|
"wallet",
|
||||||
"copay",
|
"copay",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue