Hello guys
I am trying to build a compiled simple app that I made, but its taking forever …
And looking at the log I saw " Fuse, Stride, MQTT " and many thing that I was not using on my this app, but they are all dependencies that I use on a Vl.Document with many “helpers” with many other dependencies
myHelpers.vl have Fuse Stuff, MQTT, OpenCV, and random snippets of codes for simple uses, like animations using dampers and lfos, my own camera node, hex->String String->Hex , and may “simple” stuff
I can try to cut out the parts that I do not need from my helper document, and save it a myhelperSmall and use this new document on my project, not sure if this is the best way
Or is there a way to clean a VL project for sharing to someone, with only the nodes used from a different document, and not the whole secondary document?
At the moment I have a project inside a folder c:\myproject\main.vl and from there I am calling a few helpers files from other locations, lets say d:\stuff\vl\helper\networkingHelpers.vl
If I need to share the folder of the project on a bitbucket repo, I need to include inside it a copy of the other location…
And at the same time that other file is being used by other projects, like the old “packs” folder…
I am not insinuating a error or a missing feature, for sure I am doing something wrong here, I would like to know what are the best practices for dealing with this situations