grunt-ffdevtools

Grunt task runner for firefox devtools

Stars
7

grunt-ffdevtools

Grunt task runner for firefox devtools based on the chrome extension by @vladikoff

grunt-devtools not runnning : grunt-inactive

grunt-devtools runnning : grunt-inactive

Setup

  1. Install grunt-devtools globally
npm install -g grunt-devtools
  1. Run grunt-devtools in a directory with Gruntfile.js

Building the Extension

npm install
grunt       //builds xpi

Or

Download the xpi from here

Installing the Extension

  1. Open Firefox -> Addons -> install extension from file
  2. Choose the generated xpi present in the tmp/ folder of grunt-ffdevtools
  3. Fire up Devtools and Enjoy!