Advertisement
dimti

Untitled

May 26th, 2016
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var elixir = require('laravel-elixir');
  2.  
  3. /*
  4.  |--------------------------------------------------------------------------
  5.  | Elixir Asset Management
  6.  |--------------------------------------------------------------------------
  7.  |
  8.  | Elixir provides a clean, fluent API for defining some basic Gulp tasks
  9.  | for your Laravel application. By default, we are compiling the Sass
  10.  | file for our application, as well as publishing vendor resources.
  11.  |
  12.  */
  13.  
  14. elixir(function(mix) {
  15.     mix.sass('app.scss');
  16. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement