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

Updates for npm test, Travis CI etc. #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/img/
/test.js
/test.html
/node_modules/

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- "0.10"
- "node"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inline CSS.

## Examples

```
```js
var juice = require('gulp-juice');

gulp.task('bootloader', function(){
Expand All @@ -22,7 +22,7 @@ gulp.task('deploy', ['build', 'manifest', 'bootloader', 'publishtoS3']);
Protip when using with a template renderer: need to pipe to dest first as
you probably want `juice` resolving css relative to our actual build output:

```
```js
var juice = require('gulp-juice'),
jade = require('gulp-jade');

Expand Down
Binary file added img/favicon.ico
Binary file not shown.
Binary file added img/spinner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.