gwm-stylus
v0.0.2
Published
gulp-web-modules plugin used to compile all stylus files into css
Downloads
2
Readme
gulp-web-modules plugin used to scan for all .styl files and convert to plain css
Usage
Place any stylus files within any section directories and they will be converted to css using gulp-stylus before the merge
Install
Add this plugin to the gulp-web-module reference in your gulpfile
var gulpWebModules = require('gulp-web-modules'),
gwmStylus = require('gwm-stylus');
gulpWebModules({
plugins: [
gwmStylus(options[, {gulp-stylus}])
]
}).injectTasks(gulp);
Options
The options are a pass through to the gulp-stylus module with the second parameter as the gulp-stylus instance to use one other than the default