Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. gulp.task('pageres', function(){
  2. const pageres = new pageres({delay: 2})
  3. .src('index.html', ['480x320', '1024x768', 'iphone 5s'])
  4. .dest('prints')
  5. .run()
  6. .then(() => console.log('done'));
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement