-
Notifications
You must be signed in to change notification settings - Fork 56
Building
bergalath edited this page Jul 5, 2011
·
2 revisions
To use latest version of an extension from the repository you have to build it first.
➤ rake chrome
(in /Users/nv/Code/livereload)
+ LiveReload.chromeextension/LiveReload-content.js
Now you open chrome://extensions/, click "Load unpacked extension" and select "LiveReload.chromeextension" directory.
➤ rake safari
(in /Users/nv/Code/livereload)
+ LiveReload.safariextension/LiveReload-injected.js
To load unpacked extension you must have Web Developer certificate. Apple is paranoid. Safari Extension Guide.
➤ rake firefox
(in your livereload’s repository)
[... some outputs ...]
+ LiveReload.xpi (drag it into Firefox window to install)
As said, drag the generated .xpi file and drop it into Firefox window (and wait a little, it may take some time to react).
server/bin/livereload
works out of the box. You don't have to build anything.