0
|
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 Less |
|
10 |
| file for our application, as well as publishing vendor resources. |
|
11 |
| |
|
12 |
*/ |
|
13 |
|
|
14 |
elixir(function(mix) { |
|
15 |
mix.less('app.less'); |
|
16 |
}); |