Running Elixir
var elixir = require( "coldbox-elixir" );
/*
|--------------------------------------------------------------------------
| Elixir Asset Management
|--------------------------------------------------------------------------
|
| Elixir provides a clean, fluent API for defining some basic Gulp tasks
| for your ColdBox application. By default, we are compiling the Sass
| file for our application, as well as publishing vendor resources.
|
*/
elixir( function( mix ){
} );// Run all tasks...
gulp
// Run all tasks and minify all CSS and JavaScript...
gulp --productionWatching Assets For Changes
Last updated