aktos-io/scada.js

Use virtual file for "PROJECT_VERSION" variable

ceremcem opened this issue · 1 comments

Description:

Project version should be injected into the bundle via the following approach:

new Ractive do
    ...
    data:
        projectVersion: require('projectVersion')

Usage:

new Ractive do
    ...
    data:
        appVersion: require('app-version.json')