purescript-deprecated / gulp-purescript

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

Refactoring underlying main option type #25

Closed ethul closed 9 years ago

ethul commented 9 years ago

The type of the main option is now Either Boolean String to allow for handling the possible --main values.

Resolves #24