• Stars
    star
    198
  • Rank 196,735 (Top 4 %)
  • Language
    CoffeeScript
  • Created about 13 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

LiveReload Browser Extensions

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.