Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 254 Bytes

File metadata and controls

6 lines (5 loc) · 254 Bytes

notes

Several js files use require; in order for them to be incorporated into the extension, they have to be "bundled" using browserify.

  1. npm install browserify
  2. browserify FILE.js > bundled\FILE.js
  3. use bundled version of the file in html.