Skip to content

Instantly share code, notes, and snippets.

@gustavoquinalha
Created April 27, 2017 17:10
Show Gist options
  • Save gustavoquinalha/3e6103cea16953402a413788db40ec39 to your computer and use it in GitHub Desktop.
Save gustavoquinalha/3e6103cea16953402a413788db40ec39 to your computer and use it in GitHub Desktop.
gulp.task('pageres', function(){
const pageres = new pageres({delay: 2})
.src('index.html', ['480x320', '1024x768', 'iphone 5s'])
.dest('prints')
.run()
.then(() => console.log('done'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment