gwm-stylus

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i gwm-stylus

Weekly Downloads

1

Version

0.0.2

License

none

Last publish

Collaborators

  • jhudson