OpenSprinkler Forums OpenSprinkler Mobile and Web App Is UI.zip just a package of the ‘www’ directory of the GitHub repository?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #65128

    kpfleming
    Participant

    For various reasons I’d prefer to build my local UI server using the GitHub repository instead of downloading UI.zip; I know that many of the files in UI.zip are pre-compressed (which results in the need to add web server settings for them) but they’re all small and being served over my local network so I’m not concerned about using the uncompressed versions of them.

    There don’t seem to be any instructions or documentation in the GitHub repository for creating the UI.zip file from the repository, so I’m curious what the steps are. Thanks.

    #65160

    Samer
    Keymaster

    It’s a grunt task and can be generated by running: npx grunt build

    #65166

    kpfleming
    Participant

    Thanks! I’ll give that a shot.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums OpenSprinkler Mobile and Web App Is UI.zip just a package of the ‘www’ directory of the GitHub repository?