Skip to content

Commit

Permalink
Move assets
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Sep 4, 2018
1 parent 241b234 commit 80bc234
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ mix.config.postCss = require('./postcss.config').plugins;

mix
.version()
.js('resources/assets/js/app.js', 'public/js')
.postCss('resources/assets/css/app.css', 'public/css');
.js('resources/js/app.js', 'public/js')
.postCss('resources/css/app.css', 'public/css');

0 comments on commit 80bc234

Please sign in to comment.