All Projects → livereload → Livereload Extensions

livereload / Livereload Extensions

LiveReload Browser Extensions

Programming Languages

coffeescript
4710 projects

LiveReload Browser Extensions

Prerequsities:

  • Node.js (0.10.x or later) with npm

Install dependencies:

  • npm install

Build and package extensions:

grunt chrome
grunt firefox
grunt all

(Safari extension must be built manually, using Safari's GUI packager tool.)

Build CoffeeScript modules, but don't pack:

grunt build

Release checklist

  1. Bump version number in package.json, run rake version, commit.

  2. grunt all

  3. Package Safari extension.

  4. Test, test, test.

  5. rake tag

  6. rake upload:safari, rake upload:firefox or rake upload:all

  7. Download and verify that uploads worked.

  8. rake upload:manifest

  9. Publish Chrome extension on the Chrome Web Store.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].