-
Notifications
You must be signed in to change notification settings - Fork 13
importer replaced "filename" with README #23
Comments
Thanks for heads-up, @glensc! I think the importer should take the existing |
well, the filename specified ( https://github.com/glensc/jquery.tiptip/tree/00ad42ba1296e94fa0f74e91f4fa328acf6b4635 |
@glensc Exactly! Currently, this is not supported (the importer just overrides the |
it also seems to disregard any "npm" keywords and overwrite with it's own values: i wrote there:
but importer overwrote as:
and imported all wrong files by it's config (unwanted stuff from altho i don't know what cdnjs-importer is supposed to do, but it feels wrong to me! |
There are few fields that are overridden. Instead of overriding we should default to these, I think. ❇️ |
the tool seems useless or i'm too stupid to use it? seems it flattens whole repo content and then ends up getting stuck. what i did, was cloning origin repo https://github.com/arturadib/agility and then running importer with -g to the fork:
does it matter that the package.json is on master, i.e absent on |
@glensc I wrote this thingy last year and I'm not sure how stable it is with the latest changes, but feel free to report any little issue and hopefully someone will fix them. |
created new issue, but i'm not sure what the tool is supposed to do, it's workflow is not described |
@glensc It's fine. I guess it should default to these computed values. If there are |
see cdnjs/cdnjs#6418
more specifically cdnjs/cdnjs#6418 (comment)
i ran importer (5e4f91a):
my origin url had .js "filename" in package.json file: https://github.com/glensc/jquery.tiptip/blob/00ad42ba1296e94fa0f74e91f4fa328acf6b4635/package.json#L17
but importer created commit where it "filename" was replaced with "README.txt"
The text was updated successfully, but these errors were encountered: