gulp-livingcss

5.0.0 • Public • Published

Build Status

gulp-livingcss

Gulp wrapper for the LivingCSS Style Guide Generator.

Issues with the output should be reported on the LivingCSS github repo.

Install

$ npm install --save-dev gulp-livingcss

Usage

var gulp = require('gulp');
var livingcss = require('gulp-livingcss');

gulp.task('default', function () {
  gulp.src('src/styles.css')
    .pipe(livingcss('dist'))
    .pipe(gulp.dest('dist'))
});

API

livingcss(dest, [options])

dest

The dest parameter is used to create the correct relative URLs from the Style Guide to the linked stylesheets. See the LivingCSS dest.

options

See the LivingCSS options.

  • streamContext - If the task should return the context object rather than the generated HTML file.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.0.01,653latest

Version History

VersionDownloads (Last 7 Days)Published
5.0.01,653
4.1.220
4.1.13
4.1.02
4.0.12
4.0.02
3.0.19
3.0.02
2.2.3221
2.2.22
2.2.12
2.2.02
2.1.02
2.0.52
2.0.42
2.0.32
2.0.22
2.0.12
2.0.02
1.1.02
1.0.02

Package Sidebar

Install

npm i gulp-livingcss

Weekly Downloads

1,650

Version

5.0.0

License

MIT

Unpacked Size

13.7 kB

Total Files

10

Last publish

Collaborators

  • straker