commonsmachinery / elogio.browser

Firefox addon for Elog.io
GNU General Public License v3.0
1 stars 5 forks source link

elogio.browser

Firefox and Chrome addons for Elog.io

Building

Most convenient way to build the extension is via Grunt, the JS task runner. http://gruntjs.com/

Pre-requisites

You need to have following installed:

There is no need to manually download and install the Mozilla SDK or any other third parties, the build system does this for you.

Building and running extension with grunt

Navigate to the source root (folder containing this README).

Before you run any grunt tasks, you need npm to download grunt itself and its dependencies (specified in package.json). npm install. Npm will download all the required packages for you.

Here you can do following:

Development notes

Please refer to the appropriate page - Development section. In short, you'll need the very same environment as for building plus a text editor.