tessus
6
As far as I know the manifests are built during the release-cli.js script, so how is someone supposed to run a dev version of the clipper?
And as @devonzuegel mentioned a no valid manifest error happens when trying to use the directory directly.
The release-cli.js script can be used, but it creates a local tag, which messes up your local working directory/git. It also commits and pushes the changes to the remote, which of course will fail, if one does not have write access to the repo. This is fine, but you still have a mess in your local working dir.
So how do you create a dev version of the clipper that you can run for testing?