Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 762 Bytes

README.md

File metadata and controls

44 lines (24 loc) · 762 Bytes

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.