grunt-screenshotlocal
v0.1.0
Published
Create a quick screenshot for your site which could help for document or testing.
Downloads
4
Readme
The task
Overview
screenshotlocal: {
irep: {
files: [{
expand: true,
cwd: './irep',
src: ['**/*.html'],
dest: './irep'
}],
options: {
viewport: '1024x768',
thumb: '200',
resize: false,
irep: false
}
}
}
License
Copyright (c) 2013 Alex Meah. Licensed under the MIT license.