This commit is contained in:
An Phan 2017-04-15 21:01:14 +08:00
parent 024caa40e1
commit 9aa77f11bb
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -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');
}