diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..fe98fc5 --- /dev/null +++ b/.npmignore @@ -0,0 +1,5 @@ +/img/ +/test.js +/test.html +/node_modules/ + diff --git a/.travis.yml b/.travis.yml index 6e5919d..2197832 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: node_js node_js: - - "0.10" + - "node" diff --git a/README.md b/README.md index f60b9fe..f7781b8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ inline CSS. ## Examples -``` +```js var juice = require('gulp-juice'); gulp.task('bootloader', function(){ @@ -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'); diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100644 index 0000000..8bd1fcb Binary files /dev/null and b/img/favicon.ico differ diff --git a/img/spinner.gif b/img/spinner.gif new file mode 100644 index 0000000..cc02fa5 Binary files /dev/null and b/img/spinner.gif differ