Skip to content

Commit 3567e80

Browse files
committed
redeploy on config change
1 parent 159d68d commit 3567e80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boilerplate/Gruntfile.coffee

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ module.exports = (grunt) ->
7575
files: ["<%= files.contracts.src %>"]
7676
tasks: ["deploy", "concat", "copy"]
7777

78+
config:
79+
files: ["config/blockchain.yml", "config/contracts.yml"]
80+
tasks: ["deploy", "concat", "copy"]
81+
7882
copy:
7983
html:
8084
files:

0 commit comments

Comments
 (0)