purescript-deprecated / gulp-purescript

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

Support output directry also for `psc` #3

Closed fujimura closed 10 years ago

fujimura commented 10 years ago

The name of compiled file was always psc.js. With this PR, this could be changed.

ethul commented 10 years ago

This looks great, thanks for the PR!

fujimura commented 10 years ago

Sorry, this was a bit wrong. With output option, compiled file will be created but gulp.dest is no-op since nothing is streamed from the command. I'm fixing it now so another PR will be sent soon.