Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 819 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 819 Bytes

Magni Chrome Extension

Copyright S/F Software t/a PEBBLE 2017 All Rights Reserved.

This is the browser extension for Magni.

It adds access for certain functions

Building

The extension is built using gulp. Run one of the following depending on the environment:

These commands simply replace {{ crm_location }} in the extension code.

You can now use the "load unpacked extension" on the build directory.

Publishing

Append zip to the command and the extension will be zipped up and placed in the dist folder.

For example:

npm run dev zip

Will produce a packaged chrome extension which will connect to the local development server.