Skip to content

Commit

Permalink
Move images to right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Mar 6, 2018
1 parent 5059317 commit 8c05ad1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mix.webpackConfig({

mix.copy('node_modules/bootstrap3/fonts/*.woff2', 'public/assets/fonts/');
mix.copy('node_modules/bootstrap3/fonts/*.woff2', 'public/assets/admin/fonts/');
mix.copy('node_modules/x-editable/dist/bootstrap3-editable/img/*', 'public/assets/admin/css/');
mix.copy('node_modules/x-editable/dist/bootstrap3-editable/img/*', 'public/assets/admin/img/');

/**
* ADMIN REQUIRED FILES
Expand Down

0 comments on commit 8c05ad1

Please sign in to comment.