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