Fix a bug in tools/copy.js (#90)
fixes the following error on `npm run build`:
```js
CpyError: Cannot glob `static/**/*`: Cannot copy from `static/media` to `build/media`: cannot read from `static/media`: EISDIR: illegal operation on a directory, read
at node_modules/cpy/index.js:65:10
Caused By: Error: EISDIR: illegal operation on a directory, read
at Error (native)
```