This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.
Use local psc #19
Closed
Description
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.