Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var elixir = require('laravel-elixir');
- /*
- |--------------------------------------------------------------------------
- | Elixir Asset Management
- |--------------------------------------------------------------------------
- |
- | Elixir provides a clean, fluent API for defining some basic Gulp tasks
- | for your Laravel application. By default, we are compiling the Sass
- | file for our application, as well as publishing vendor resources.
- |
- */
- elixir(function(mix) {
- mix.sass('app.scss');
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement