mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-18 00:27:17 +00:00
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…
x
Reference in New Issue
Block a user