redeploy on config change
This commit is contained in:
parent
159d68dcd2
commit
3567e806aa
|
@ -75,6 +75,10 @@ module.exports = (grunt) ->
|
||||||
files: ["<%= files.contracts.src %>"]
|
files: ["<%= files.contracts.src %>"]
|
||||||
tasks: ["deploy", "concat", "copy"]
|
tasks: ["deploy", "concat", "copy"]
|
||||||
|
|
||||||
|
config:
|
||||||
|
files: ["config/blockchain.yml", "config/contracts.yml"]
|
||||||
|
tasks: ["deploy", "concat", "copy"]
|
||||||
|
|
||||||
copy:
|
copy:
|
||||||
html:
|
html:
|
||||||
files:
|
files:
|
||||||
|
|
Loading…
Reference in New Issue