You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel like a statically built version of the App, once development is completed, should not be commited as source code within a project. What are the other options?
Anyone who clones a completed Detector project to use has to be able to build the static resource themselves?
create a Github Workflow (see Workflow doesn't work #51) that can build the static App and provide it as a bundled resource for download?
Leave it be, let people commit the complied source if they need to, even though it feels Wrong(tm)?
Additionally, whatever the method, its worth documenting how to Finish a react project (building it and providing it as a static resource within Odin Control) in both the Workshop and maybe the Wiki for Odin React.
I feel like a statically built version of the App, once development is completed, should not be commited as source code within a project. What are the other options?
Additionally, whatever the method, its worth documenting how to Finish a react project (building it and providing it as a static resource within Odin Control) in both the Workshop and maybe the Wiki for Odin React.
Thoughts for the Future