Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janwirth/gulp-stylus-pipeline

Stylus gulp tusk including all bells and whistles
https://github.com/janwirth/gulp-stylus-pipeline

Last synced: about 5 hours ago
JSON representation

Stylus gulp tusk including all bells and whistles

Awesome Lists containing this project

README

        

# stylus-pipeline
Gulp task for easily creating a complex stylus pipeline with gulp.

## Getting Started
Installation

`npm i gulp-stylus-pipeline`

Usage inside `gulpfile.js`

`require('gulp-stylus-pipeline')(gulp)`

or

`require('gulp-stylus-pipeline')(gulp, config)`

Provides a task that you can `gulp.start 'stylus'`

When no config object is passed, `exampleConfig.coffee` will be used.
The `config` object extends the `defaults` object.
Both can be found within the `lib` directory.