authserver/testCAS/gulpfile.js
author durandn
Mon, 20 Jul 2015 10:45:02 +0200
changeset 36 3e47f3eb145b
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Added filters for AnnotationsList and clicking support + copying and editing for LatestAnnotation

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');
});