Hi guysI currently have a VueJs + express app that is currently live in heroku.My project setup is follows/app/app/client/app/server//app/server/publicFor production build, i gitignore the /client folder as when i do a production build for vue js app it writes the files to /server/public.The problem is none of my vue app code changes are tracked via my github repo (which is the parent folder) as I have it ignored the /client folder cause of the production build. But I want to track my code changed for vuejs as its getting quite a big project. Should i set up another github repo for the child /client folder? Or something else?Thanks
Submitted May 06, 2020 at 04:08AM by dsplito
No comments:
Post a Comment