gulp-blueprint-sass

0.0.3 • Public • Published

gulp-blueprint-sass

npm Travis Code Climate Code Climate npm npm

David David

Installation

$ npm install --save-dev gulp-blueprint-sass

Description

This package can be used to setup a gulp task to compile and minify SASS stylesheets.

Using:

Usage

gulpfile.js

var sass = require('gulp-blueprint-sass');
 
sass(); // gulp task registered with default options

Options

You can pass an options object.

  • gulp (object, default: require('gulp')): Provide a custom gulp instance
  • task (string, default: 'sass'): The gulp task name
  • dependencies (string|array, default: ['clean']): The gulp task dependencies
  • src (string|array, default: 'assets/sass/*.scss'): SASS input file
  • rename (object, default: { extname: '.min.css' }): Options for gulp-rename
  • dest (string, default: 'public'): Destination of the compiled and minified CSS stylesheet.

Test

$ npm install -g mocha  
$ mocha

Author

marc1404

License

MIT

/gulp-blueprint-sass/

    Package Sidebar

    Install

    npm i gulp-blueprint-sass

    Weekly Downloads

    6

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • marc1404