It would be really great to be able to tell shake to keep running, and rebuild any time file changes affect a needed output. I'd like to set up a website asset compilation pipeline that remakes everything upon saving a file, but to do so with shake at the moment I more or less have to duplicate the recompilation rules with another tool that calls shake.
It would be really great to be able to tell shake to keep running, and rebuild any time file changes affect a
needed output. I'd like to set up a website asset compilation pipeline that remakes everything upon saving a file, but to do so with shake at the moment I more or less have to duplicate the recompilation rules with another tool that calls shake.