aktos-io/scada.js

Aggregate all assets folders

Closed this issue · 0 comments

Description:

As of now, /src/client/assets folder is copied-and-pasted into build-dir to provide a mechanism to serve static files which the application will need.

However, any scada components, pages or vendor components might provide some static files such as images or fonts.

Proposal

Look for any assets folder in

  • /src/client
  • /vendor
  • /apps/[app]/
  • /apps/[app]/webapps/[webapp]/

recursively and copy them into the build folder (/build/[app]/[webapp])