-
Notifications
You must be signed in to change notification settings - Fork 77
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
Comments
great point; I'm not sure how to solve it tho - but I agree this should be
possible.
The hard part here is how to make sure transforms are prioritized
correctly; we might need to hijack browserify slightly, and
make sure that transforms are loaded in the right order.
…On Tue, Oct 3, 2017 at 3:36 AM Corey Trampe ***@***.***> wrote:
It would be totally rad if bankai could run coffeeify
<https://github.com/jnordberg/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 🤔
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#262>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWlerYX0HGmTTujN4icHlNb3T3xoGRhks5soePqgaJpZM4Prs-J>
.
|
Closed
i think the only problem here is that the browserify |
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
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 🤔
The text was updated successfully, but these errors were encountered: