I have a project that's intended for frontend use, which I've converted from non-Node to having a Node-based build process as I intend to switch from raw JS to TS and Babel.Previously, I would commit the entire project to a github repo and it would be accessible from the web via Github Pages in exactly the same way as it would be available from my filesystem. Now, however, the compiled files (dist/bundle.js) literally does not exist, so the committed version of the project is dead in the water.I'm aware that committing bundle.js is probably a bad idea - what can I do to make my project usable from online?
Submitted October 08, 2019 at 10:11AM by hanuke
No comments:
Post a Comment