authserver/testCAS/gulpfile.js
author durandn
Wed, 22 Jul 2015 16:33:38 +0200
changeset 56 61f03beb9f39
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Minor code fix on AnnotationsController and LatestAnnotation + Added an option for pausing when showing CreateAnnotation

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