/pixel-perfect

Primary LanguageJavaScriptOtherNOASSERTION

Pixel Perfect Build Status

Join the chat at https://gitter.im/firebug/pixel-perfect

Make your web development Pixel Perfect.

License

PixelPerfect is free and open source software distributed under the BSD License.

Repository Structure

Structure of the extension follows Jetpack standards.

  • data HTML pages
  • chrome Stylesheets, localization files
  • lib Javascript files.
  • test Test files

Hacking on Pixel Perfect 2

  1. Install JPM: npm install jpm -g (read more about installing jpm)
  2. Get Pixel Perfect source: git clone https://github.com/firebug/pixel-perfect.git
  3. Run jpm run -b nightly in the source directory (learn more about jpm commands)

Further Resources