Renée
Renée
@s3ththompson's `--inspect-brk` suggestion makes sense to me, but I don't know how that would work once the JS is already running?
gotta bump this up my queue. i should get to it thursday morning!
You can do: ```bash bankai build app.js --base /sub/dir ``` That will generate tags like ``
Yep, thanks for adding that. I also agree with you that custom logic might be confusing. I suggested a `bankai` package.json key but yosh mentioned that the duplication might be...
adding support for a module-scoped `browserify.extensions` key inside browserify upstream, like described in https://github.com/browserify/browserify/issues/809, would address the coffeescript case. if we do that + support typescript out of the box...
IIRC this was a potentially breaking change for some reason. I can check #choo chat logs later to see if it was mentioned why. We should do it though, but...
yeah, bankai includes babel by default, and is currently still using v6 :( switching to v7 is 'planned' for bankai v10, but it's unclear when that'll be ready. e; are...
Hey thanks! Maybe a `bankai build` section nested inside the Usage section in the readme would be good? And a `bankai --help build` command similar to how `bankai --help config`...
could you share your input script file as well? that'll make it a bit easier to reproduce the problem :)
ah; somehow the CSS ends up with the `:host {` part removed, but with the matching `}` still there. That causes purify-css to throw, which we _should_ be showing somewhere,...