mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
Fix #572
This commit is contained in:
parent
024caa40e1
commit
9aa77f11bb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if (mix.config.hmr) {
|
|||
process.exit();
|
||||
});
|
||||
} else {
|
||||
mix.copy('resources/assets/img', 'public/img')
|
||||
mix.copy('resources/assets/img', 'public/img', false)
|
||||
.copy('node_modules/font-awesome/fonts', 'public/fonts');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue