authserver/testCAS/gulpfile.js
author ymh <ymh.work@gmail.com>
Wed, 16 Sep 2015 18:18:42 +0200
changeset 129 9a0e83e6333d
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Added tag 00.00.19 for changeset 13ae6ab93b84

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 Less
 | file for our application, as well as publishing vendor resources.
 |
 */

elixir(function(mix) {
    mix.less('app.less');
});