laravel-elixir-stylus-bundle

1.2.1 • Public • Published

laravel-elixir-stylus-bundle

Laravel Elixir Stylus bundle with axis, nib, typographic, rupture, lost grid and autoprefixer

Installation

npm install laravel-elixir-stylus-bundle --save-dev

Usage

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

Package Sidebar

Install

npm i laravel-elixir-stylus-bundle

Weekly Downloads

1

Version

1.2.1

License

MIT

Last publish

Collaborators

  • panudet