Skip to content

efacilitation/gulp-livingstyleguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-livingstyleguide

Easily create living style guides with Markdown 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

About

Easily create living style guides with Markdown, Sass/SCSS and Compass using the livingstyleguide gem.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •