bankai
bankai copied to clipboard
:station: - friendly web compiler
My app will live in a subfolder on my domain, however after `bankai build`, the css and js bundles are loaded from the domain root because they start with a...
It would be really nice if bankai could generate content security policies for the generated inlined scripts and styles. ``` ``` If there already is a browserify transform for this...
## Expected Behavior Successful compile and css using the keyframes rule. ## Current Behavior TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object. at Function.Buffer.from (buffer.js:179:11)...
[Your official recommendation](https://github.com/choojs/bankai#configuration) to configure browserify is thru package.json "browserify" property. It works fine (and bankai made a nice job on my project BTW) but unfortunately, if I'm building a...
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...
I would like to use bankai with TypeScript transpiler, but README does not have any section to introduce transpilers. Do you have any guidance?
This is a 🙋 feature Add support for stack traces (in Chrome) using [source-map-support](https://github.com/evanw/node-source-map-support). ## Checklist - [x] tests pass ## Context Error stack traces would reference line numbers in...
This a 🐛 bug report ## Expected Behavior This should work (as the readme say) ```js var bankaiHttp = require('bankai/http') ``` ## Current Behavior ``` Error: Cannot find module 'bankai/http'...
🐛 bug report ## Expected Behavior Browsers should be able to decode fonts referred to by a CSS file. ## Current Behavior Warnings displayed on Chrome: ``` Failed to decode...
🙋 feature request ## Expected Behavior When a library is required but parts of it are not used, I should be able to figure out how to remove the unused...