Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 666 Bytes

README_AMO.md

File metadata and controls

31 lines (23 loc) · 666 Bytes

Textmarker - build instructions for AMO review team

Summarized

Source code:
The src/ folder contains the JavaScript files.
The webpack bundled JS files go into the folder extension/.

dev process:
JavaScript gets bundled using webpack, babel and gulp.

Prerequisites

  • Operating system: windows 7
  • node.js v6.11.4
  • npm 5.6.0

Installing modules

Run the following from console/terminal (root folder):
for installing all required node modules (see: package.json)

npm install

Webpack

Run the following from console/terminal (root folder):
for bundling the source code

gulp build