npm.io
0.2.0 • Published 12 years ago

grunt-breakshots

Licence
Version
0.2.0
Deps
3
Vulns
3
Weekly
0
Stars
32

grunt-breakshots

Create screenshots with a viewer of html files per breakpoint

This task takes with PhantomJS screenshots of your page, and store them in a folder. Also a nice viewer is generated, so you can browse the screenshots easily. The files are opened at the given url, so make sure the files are reachable by url.

Getting Started

This plugin requires Grunt ~0.4.1

grunt.loadNpmTasks('grunt-breakshots');

The "breakshots" task

Options
options.breakpoints

Type: Array Default value: [240,320,480,640,700,768,1024,1280]

options.ext

Type: String Default value: 'png' jpg is also possible.

options.cwd

Type: String Default value: '.'

options.url

Type: String Default value: 'http://localhost:8000/'

Usage Examples
Default Options
grunt.initConfig({
  breakshots: {
    options: {},
    files: {
      'breakshots/': ['index.html','contact.html','**/*.html']
    },
  },
})

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

  • 2013/09/11 - 0.2.0 - Now open files by an url, fixes linking problems
  • 2013/07/04 - 0.1.2 - Added a nice viewer html
  • 2013/07/04 - 0.1.1 - Fixed Phantomjs issue
  • 2013/07/03 - 0.1.0 - Initial

Keywords