Skip to content

Commit

Permalink
Fix koel#572
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Apr 15, 2017
1 parent 670d352 commit 411e6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit 411e6f3

Please sign in to comment.