inductiveautomation / ignition-module-tools

Tools that help in the creation and development of Modules for Inductive Automation's Ignition.
49 stars 14 forks source link

doc handling fixes/tests, deploy fixes, v0.1.0 initial release #26

Closed PerryAJ closed 3 years ago

PerryAJ commented 3 years ago

Finishing touches to be able to call this the initial stable release.

Changes:

  1. Fixed documentation handling and added tests, changing the configuration to require two things:
    • The file(s) that are to be placed in the internal 'doc' dir
    • The path to the 'index' file within the doc dir. (generally just 'index.html', but allowing flexibility)
  2. Fixes the deployModl task, and adds documentation to the readme on how to setup a gateway's developer servlet.

Fixes #1