inductiveautomation / ignition-sdk-examples

Ignition SDK Example Projects
164 stars 92 forks source link

fix web dependency configuration, perspective module config, add integration notes to web readme #95

Closed PerryAJ closed 1 year ago

PerryAJ commented 1 year ago

Fixes #93

Two different issues identified:

  1. The primary issue when loading the module was due to improperly set perspective module dependency configuration.

  2. The web project did seem to build correctly for me, but was not properly getting included into the assembled module

In addition, I added some documentation to explain the change in how the web assets are integrated into the project.

Contrary to the original changes, I checked this fix in completely clean checkout and it successfully loaded into an 8.1.22 gateway.

bradder555 commented 1 year ago

I tested this on my environment and it worked, LGTM