psc-package icon indicating copy to clipboard operation
psc-package copied to clipboard

Support purs publish

Open paf31 opened this issue 7 years ago • 4 comments

We should be able to publish packages to Pursuit using purs publish, by generating the two necessary JSON files in the correct format.

paf31 avatar Jul 12 '17 02:07 paf31

Does this raise an issue about what a given package name on Pursuit refers to? Currently it's safe to assume that if a package appears on Pursuit, and you bower install it, you get the same package that you saw, and I think it might be a shame to lose that.

hdgarrood avatar Jul 16 '17 16:07 hdgarrood

Hmm, this is a good point. I'll think about it.

paf31 avatar Jul 17 '17 17:07 paf31

What is the recommended approach for publishing to pursuit now? It seems pulp relies on there being a bower.json, but having a dummy bower.json (just for pursuit) causes builds to fail due to missing dependencies

dakom avatar Aug 27 '18 19:08 dakom

For now you should put together a real bower.json and publish to Bower when publishing to Pursuit, so that your package can be used by people using Bower as well as people using psc-package.

hdgarrood avatar Aug 28 '18 10:08 hdgarrood