Laravel Elixir Stylus bundle with axis, nib, typographic, rupture, lost grid and autoprefixer
npm install laravel-elixir-stylus-bundle --save-dev
This is a simple wrapper around Laravel Elixir. Add it to your Elixir-enhanced Gulpfile, like so:
var elixir = require('laravel-elixir');
require('laravel-elixir-stylus-bundle');
elixir(function(mix) {
mix.stylusBundle();
});This will scan your resources/assets/stylus directory for all files except _ prefix file and diractory inside stylus diractory ex. _app.stylus resources/assets/stylus/font/ will not compile
If you want minify and sourcemap just use --production flag like gulp --production
For watch file just use gulp watch