Last active
March 8, 2017 13:24
-
-
Save LasseRafn/790870ebfa42b7d492671c90477fafcd to your computer and use it in GitHub Desktop.
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
const {mix} = require('laravel-mix'); | |
mix.js('js/app.js', 'public/js') | |
.sass('sass/app.sass', 'public/css'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment