purescript-deprecated/gulp-purescript

Use local psc

kritzcreek opened this issue · 3 comments

Now that purescript is npm installable it would be nice if gulp-purescript checked for a local installation of purescript in node_modules before invoking the global installation.
This could work similar to how bodil's pulp dep uses the locally installed bower before invoking a global installation.

This would have the benefits that one could depend on a specific version of the compiler and would also reduce global installs.

Agreed. I will take a look!

You're fantastic 👍

:)