Skip to content

Instantly share code, notes, and snippets.

@ionware
Last active January 29, 2019 16:40
Show Gist options
  • Save ionware/0b6243b637024d09ff58e6220088fcb9 to your computer and use it in GitHub Desktop.
Save ionware/0b6243b637024d09ff58e6220088fcb9 to your computer and use it in GitHub Desktop.
Laravel mix
/*
* Require laravel mix for ease of working with webpack.
*/
const mix = require("laravel-mix");
/*
* Specify list of assets to compile, and how.
*/
mix.sass('resources/sass/app.scss', 'dist/app.css');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment