Connect C++ and JS build pipelines #6
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Magdalena/gamer-buddy-advanced#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the way to do it is finicky - you must build the c++ code and then copy the index.html (and all other files) to the build directory. If this can be somehow automated it would speed things up a lot later.
The 'games' directory as well as index.html is copied to the Debug directory every time it changes now.