I had the same issue and ended up using bud.assets(...) using source/destination tuples with an array for copying files without hashing the filename:
.assets([
app.path( '@src/fonts/test.woff'),
app.path('@dist/fonts/test.woff'),
])
I had the same issue and ended up using bud.assets(...) using source/destination tuples with an array for copying files without hashing the filename:
.assets([
app.path( '@src/fonts/test.woff'),
app.path('@dist/fonts/test.woff'),
])