Skip to content
Snippets Groups Projects
Commit 8a4501e3 authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Add lib files to watcher

parent 8a87ef1c
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ object Main {
val doWatch = ctx.findOptionOrDefault(SharedOptions.optWatch)
if (doWatch) {
val watcher = new FilesWatcher(ctx, ctx.files)
val watcher = new FilesWatcher(ctx, ctx.files ++ Build.libFiles.map{ new java.io.File(_)})
watcher.onChange {
execute(args, ctx)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment