Open linusha opened 9 months ago
@merryman fixed the build script for https://github.com/engageLively/galyleo-dashboard (and thanks!) but the build script was put in the tools subdirectory of the project and only ran properly if it was invoked from the top-level directory. Now, [the project] (https://github.com/engageLively/galyleo-dashboard) is probably a one-off, since:
But still, I think it would be really useful to have a Freezer Guide which tells users how to freeze a project.
@rickmcgeer Duly noted, we will work put this on our list of proper documentation to write!
Right now, the Freezer Prompt is in a rather precarious state. As the bundling options for projects are now laid out in (generated) build scripts, we should bring it back. A first checklist of what this endeavor would entail follows:
The Prompt should at least be able to regenerate the buildscript with settings tweaked. We might also think about starting bundling processes via l2l from within lively.
It should be possible to configure
The Prompt itself requires some work, we still have some now unsupported layouts in there I believe and
bindings
targetingviewModels
as well.Here's a screenshot pointing out some of the things that needs work:
Additionally, the prompt invocation right now is not right. I suggest to only make the freezer prompt available via the button in the browser when one is inside of module with a valid
main
function. Right now, the button is e.g., visible when one browseslively.morphic/index.js
.Thoughts, @merryman?