s2gen v0.2.6 Release Notes

Release Date: 2016-09-17 // over 7 years ago
  • 🚀 The 6th public release of s2gen which adds the following:

    • Starts Jetty in the embedded mode to serve static content on a specified port

    A new property needs to be added to the s2gen.json:

    { "server": { "port": 8080 } }
    

    You can also start the monitoring without starting the server by supplying the -noserver flag.