Hopefully a simple question of "I just couldn't find it in the docs".
Is there a CLI way to synch the "www" folder across all platforms w/o triggering a build or serve? My projects build via the native build system because some native code I have doesn't play nice with the CLI build executor.
I've been manually copying all "www" files to each platform when I update them and checking them into the repo that way, but I'm sure there's a better way.