def recompile_js()

in understanding_rl_vision/rl_clarity/compiling.py [0:0]


def recompile_js():
    if not os.path.exists(JS_DIR_PATH):
        os.mkdir(JS_DIR_PATH)
    print(compile_js(SVELTE_PATH, js_path=JS_PATH)["command_output"])