0.0.4 • Published 10 years ago

gwm-sass v0.0.4

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

gulp-web-modules plugin used to scan for all .sass/.scss files and convert to plain css

Usage

Place any sass/scss files within any section directories and they will be converted to css using gulp-sass before the merge

Install

Add this plugin to the gulp-web-module reference in your gulpfile

    var gulpWebModules = require('gulp-web-modules'),
        gwmSass = require('gwm-sass');

    gulpWebModules({
      plugins: [
        gwmSass(options[, {gulp-sass}])
      ]
    }).injectTasks(gulp);

Options

The options are a pass through to the gulp-sass module with the second parameter as the gulp-sass instance to use one other than the default