greg-ses / simpleui

Simple UI is a real-time display framework using Angular for the front end display and nodeJs as a beck end service provider.
MIT License
1 stars 2 forks source link

Streamline, simplfy, and clean up the build process #35

Open zbeucler-largo opened 1 year ago

zbeucler-largo commented 1 year ago

Remove unused parts of the build steps (EX: node-dirs-to-copy.txt) and figure out if we can simply it at all

zbeucler-largo commented 1 year ago

current simpleui-server build flags: tsc --allowJs --outDir dist/simpleui-server -t es5 --lib "es5,es2015,es2016" --moduleResolution node --sourcemap src/simpleui-server.ts src/simpleui-server.ts

Should be fine, but might want to research if using updatinges5 is beneficial. ES11 and ES12 are the current