Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/janwirth/gulp-stylus-pipeline
- Owner: janwirth
- Created: 2015-10-28T13:04:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T12:28:13.000Z (about 9 years ago)
- Last Synced: 2024-04-28T23:23:06.664Z (7 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.