Publish to Cache
Allow publishing of local modules to cache.
Could you please explain this a little bit more?
@Isty001 sorry that barely made any sense. I just updated the description to be more clear. This issue describes a feature to allow local modules to be published to the local cache
Oh I saw this issue mentioned in #105, but I don't get how this solves that. Sorry if I'm misunderstanding it.
Imo the #105 and #51 issues are about the same thing. Finding a way to include dependencies from other than public GitHub repos.
I really like the idea mentioned in #57, something like this would very nice
{
"dependencies": {
"foo/bar": {
"src": ["baz.c", "bang.h", "woo.c"],
"version": "1.2.3",
"url": "http://some.git.host/foo/bar/{version}/{file}"
}
}
}
But please correct me if I'm wrong with my assumption.
nope you are right, #191 doesn't solve #105 and yes I agree about #105 and #51
I really like that idea in #57 too, an inline manifest...