Skip to content

Generate the XPI file

Globex Designs, Inc edited this page Jan 12, 2014 · 2 revisions
  1. Clone the repository

    git clone https://github.com/dhruvaray/spa-eye.git
    cd spa-eye
  2. Build

    Using Node.js (Recommended) (Note that 'git' and '7zip' must be installed, with their paths configured before building)

    node build.js

    OR Using Apache Ant

    ant

    This step will create the xpi file in the releases folder.

  3. Install the extension from the file and restart Firefox.

Clone this wiki locally