purescript-deprecated / gulp-purescript

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

Setting browserNameSpace throws an error #53

Closed yemi closed 9 years ago

yemi commented 9 years ago

I get Error: Usage: psc-bundle FILE [-o|--output ARG] [-m|--module ARG] [--main ARG] [-n|--namespace ARG] when setting browserNameSpace to any string.

ethul commented 9 years ago

Good catch. Looks like browserNamespace has to be migrated to namespace.

ethul commented 9 years ago

Should be corrected in version 0.7.0. If you have a chance to test it out, that would be great.