bricks
bricks copied to clipboard
bricks web application platform
while I am trying out bricks.js in webpack, here's some warning get thrown: ``` WARNING in ./~/bricks.js/dist/bricks.min.js Critical dependencies: 6:414-421 This seems to be a pre-built javascript file. Though this...
UTF8
Bricks misbehaves with UTF8 data. Something like: response.write("Configurações"); Will be displayed improperly. I had to use the actual response and instead of: response.write(text); response.end(); I had to: var actualResponse =...
Hey Jerry, Looks pretty good. I think it would be good to include the benchmarks in the readme that we had discussed last week.