1.0.0 • Published 8 years ago

gulp-livingstyleguide v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

gulp-livingstyleguide

Easily create living styleguides with Markdownn and Sass/Scss using the livingstyleguide gem

Install

First you have to install the livingstyleguide gem. We recommend version >= 1.4.0

gem install livingstyleguide

Then install the gulp-livingstyleguide npm package:

npm install gulp-livingstyleguide --save-dev

Example

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

gulp.task('default', function () {
	gulp.src('styleguide.html.lsg')
		.pipe(livingstyleguide())
		.pipe(gulp.dest('dist'));
});

What is the Plugin doing?

  • It compiles the livingstyleguide

License

MIT

Copyright (c) 2014 efa GmbH, Ferdinand Full

1.0.0

8 years ago

0.1.7

8 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.0

10 years ago