Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 605 Bytes

build-readme.md

File metadata and controls

29 lines (18 loc) · 605 Bytes

Build xpi

First Time Setup

  1. Install NodeJS.

  2. Install GruntJS by typing the following command:

npm install -g grunt-cli
  1. Run the following command in the repository root directory to install all the required grunt plugins:
npm install

This setup is required only once.

Generating xpi

Once all the required grunt plugins are installed, type the following in the repository root directory:

grunt

A directory named dist would be created and would have the xpi file. The version of extension is obtained from package.json file.