Skip to content

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

Notifications You must be signed in to change notification settings

panudetjt/laravel-elixir-stylus-bundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%