psc-package
psc-package copied to clipboard
Support purs publish
We should be able to publish packages to Pursuit using purs publish, by generating the two necessary JSON files in the correct format.
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.
Hmm, this is a good point. I'll think about it.
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
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.