Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to coffeeify #262

Open
ghost opened this issue Oct 3, 2017 · 3 comments
Open

how to coffeeify #262

ghost opened this issue Oct 3, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 3, 2017

It would be totally rad if bankai could run coffeeify, but it's just not happening 😦

I'm trying to call bankai directly on index.coffee.

I tried all kinds of variations with subargs, like --js [ --transform coffeeify --extension=".coffee" ]

and with package.json

"browserify": { "extensions": [".coffee"], "transform": ["coffeeify"] }

...but alas 🤔

@yoshuawuyts
Copy link
Member

yoshuawuyts commented Oct 3, 2017 via email

@goto-bus-stop
Copy link
Member

i think the only problem here is that the browserify extensions option can't be set when using bankai. transforms from package.json run before bankai's transforms, so typescript and coffeeify should work ok. maybe we should support passing browserify flags on the cli again?

@cancerberoSgx
Copy link

See #285 (comment) - TLDR : I don't think bankai should be responsible of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants