Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README gulp example #622

Merged
merged 1 commit into from
May 22, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update README gulp example
- add `var gulp = require('gulp');
  • Loading branch information
bassettsj committed May 21, 2015

Unverified

The committer email address is not verified.
commit 5a8c761b5cadbebb3f95a423748f76bde5674353
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -70,6 +70,7 @@ The gulp plugin contains two functions that requires different set of file strea

The following code shows complete example how to use styleguide with gulp-sass and with gulp watch.

var gulp = require('gulp');
var styleguide = require('sc5-styleguide');
var sass = require('gulp-sass');
var outputPath = 'output';