Executing Command Line Binaries
elixir( function( mix ){
mix.exec( "box testbox run" );
} );Attaching Watchers
elixir( function( mix ){
mix.exec( "box testbox run", "tests/**/*.cfc" );
} );Last updated
elixir( function( mix ){
mix.exec( "box testbox run" );
} );elixir( function( mix ){
mix.exec( "box testbox run", "tests/**/*.cfc" );
} );Last updated