ColdBox Elixir
ColdBox Elixir
How it works
var elixir = require( 'coldbox-elixir' );
elixir( function( mix ) {
// Look in the 'resources/sass' folder
mix.sass( 'app.scss' )
// Look in the 'resourcess/css` folder
.styles( 'modules.css' );
// Elixir will then output all assets to ColdBox 'includes' folder by convention.
});Installation & Setup
Installing Node
Installing Gulp
Installing ColdBox Elixir
Running Elixir
Watching Assets For Changes
Further Documentation
Was this helpful?