Commit Graph

4 Commits

Author SHA1 Message Date
Søren L. Hansen
9ede5125ed Add task to run webpack continuously 2022-11-27 21:19:34 -08:00
Søren L. Hansen
9b6eb66117 Use $SHELL instead of bash 2022-11-27 21:07:54 -08:00
Søren L. Hansen
29c20dca06 Improve JS workflow
Now we can launch Chrome from vscode and also set breakpoints and have
them be respected.

Work still to be done:

The "Launch Chrome" task should compile the typescript stuff.

It takes too long to rebuild the typescript stuff. It is bothersome
during development. If we can work around that with webpack, that's
great. If generating the gotty bundle is what makes it all time
consuming, we should skip the bundle generation for development and
change the index.html to point to a not-bundled version.

Partially fixes #3
2022-11-26 14:56:17 -08:00
Søren L. Hansen
a9fbc070ac Add generated data to git 2022-03-28 15:22:58 -07:00