purescript-deprecated / gulp-purescript

Gulp plugin providing PureScript compiler tasks
34 stars 8 forks source link

Use local psc #19

Closed kritzcreek closed 9 years ago

kritzcreek commented 9 years ago

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.

ethul commented 9 years ago

Agreed. I will take a look!

kritzcreek commented 9 years ago

You're fantastic :+1:

ethul commented 9 years ago

:)