-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Guidance about the purescript tool set chain #64
Comments
I have found out that one thing that works well is the combo |
I think pulp already supports psc-package according to https://github.com/purescript-contrib/pulp#dependency-management. |
@kritzcreek Yep it does and it works pretty well for me so far. I am just saying that if I knew I had to use Anyhow mentioning |
You don't need to use Pulp, but a documentation fix to mention it briefly would be a good idea, yes. |
@paf31 What would be the replacement for |
You would use |
* add signal * add mathbox
How do I use |
@arrowd You should probably be using As for your question, I don't know because I don't use that tool anymore. |
@JordanMartinez Thanks for the pointer, I'll try this out. It would be nice, BTW, if |
My understanding so far is that
psc-package
is meant to replacebower
. On the other handpulp
is still useful. Is that correct ? Is it possible to usepsc-package
together withpurs
without requiring a third tool ?PureScript by Example
does not mentionpsc-package
at all and would suggest the use ofbower
to tackle dependencies. Does it mean thatpsc-package
is not ready for broad user consumption yet ?At this point, I have found the
psc-package
story quite confusing. What seems to be missing is a section about simple usage patterns. I have managed to build a project withpsc-package
but it is still unclear to me if I shouldbundle
usingpurs
orpulp
.Thanks for your help.
The text was updated successfully, but these errors were encountered: