skanaar / nomnoml

The sassy UML diagram renderer
https://www.nomnoml.com
MIT License
2.7k stars 209 forks source link

Added typescript as a dev dep and fixed the webapp script #116

Closed stolksdorf closed 4 years ago

stolksdorf commented 5 years ago

Ran into issues getting a local build working. Tracked it down to two issues:

  1. typescript not installed as a dev dependency
  2. the webapp script cds into the webapp folder to run tsc, but then doesn't cd.. back out to run the uglify step from the root. Fixed that.