Skip to content

Make examples easy to build and deploy.

Thomas Jefferson requested to merge tj32767/Storm:master into master
  • All examples now produce just the handful of files necessary to run them.
  • All examples now copy their manifest.json to their output directory during build.
  • Examples/deploy_all.bat has been created to deploy all examples for a quick smoke test.
  • All examples have been added to an Examples dir in Storm.sln.
    • This will hopefully make it easier to detect breaking changes before they are made.
    • Let me know if you think this is too extreme. Could also create a separate Examples.sln.

Merge request reports