Skip to content

Instantly share code, notes, and snippets.

@CryDeTaan
Created October 7, 2019 17:58
Show Gist options
  • Save CryDeTaan/747d8012f836745a9cdc632c8f2b18fc to your computer and use it in GitHub Desktop.
Save CryDeTaan/747d8012f836745a9cdc632c8f2b18fc to your computer and use it in GitHub Desktop.
Gist for medium post
mix.js('resources/js/app.js', 'public/js')
.sass('resources/sass/app.scss', 'public/css') // Remove the ';'
.copy('resources/assets/images', 'public/images'); // This should be added.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment