--- trunk/instrument.c 2007/11/22 01:30:37 67 +++ trunk/instrument.c 2007/11/22 01:50:33 69 @@ -225,6 +225,9 @@ fatal("cannot stat directory: %s", destination); } + /* copy the resources */ + jscoverage_copy_resources(destination); + /* finally: copy the directory */ struct DirListEntry * list = make_recursive_dir_list(source); for (struct DirListEntry * p = list; p != NULL; p = p->next) {