You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gulpfile.js 503B

12345678910111213141516
  1. var elixir = require('laravel-elixir');
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Elixir Asset Management
  5. |--------------------------------------------------------------------------
  6. |
  7. | Elixir provides a clean, fluent API for defining some basic Gulp tasks
  8. | for your Laravel application. By default, we are compiling the Less
  9. | file for our application, as well as publishing vendor resources.
  10. |
  11. */
  12. elixir(function(mix) {
  13. mix.less('app.less');
  14. });