Skip to content

Commit

Permalink
amend to build mixin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzib committed Jan 23, 2017
1 parent 7b9a2ec commit d9cd919
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions task/build.ls
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,17 @@ function start-watching tid
ignoreInitial:true
ignored:t.ignore
persistent: false
w.on \all process # _.debounce process, 500ms, leading:true trailing:false
w.on \all _.debounce process, 500ms, leading:true trailing:false

function process act, ipath
log act, tid, ipath
<- WFib
switch act
if (Path.basename ipath).0 is t?mixn
try
compile-batch tid
me.emit \built
catch e then G.err e
else switch act
| \add \change
try opath = W4 compile, t, ipath
catch e then return G.err e
Expand Down

0 comments on commit d9cd919

Please sign in to comment.