Right now we're using copy in the rollup task, which I think runs each time a build happens:
1f1b08b#diff-ff6e5f22a9c7e66987b19c0199636480R47-R54
Another idea is to only copy the resources once, on npm-install, something like this:

Is this equivalent?
Is this better?