On Sat, Feb 17, 2018 at 7:18 AM, Edward K. Ream wrote: > On Saturday, February 17, 2018 at 7:10:08 AM UTC-6, vitalije wrote: > > Just keep in mind that these subprojects when built, install lot of >> subfolders and files which need to be ignored by git. > > Rev 1e56cc8 creates a .gitignore file in
leo\proto\Vitalije\leo-el-vue that prevents the ~300 MB node_modules folder from being pushed. The cool thing is that building is a) easy and b) contained to the leo-el-vue folder. That is, `npm install` downloads everything needed to the *local* folder, so no other node.js projects can possibly be affected. The only thing not stated in the readme.md file is that the commands must be run from the leo-el-vue folder. We probably all can figure that out, but I'll put a note to that effect in readme.md just to make sure. The happy thing about the build process is that the vit-leo-el-vue command won't have to do it ;-) This is turning out to be far easier than I dared hope. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
