Created
October 7, 2019 17:58
-
-
Save CryDeTaan/747d8012f836745a9cdc632c8f2b18fc to your computer and use it in GitHub Desktop.
Gist for medium post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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