bricks icon indicating copy to clipboard operation
bricks copied to clipboard

bricks web application platform

Results 3 bricks issues
Sort by recently updated
recently updated
newest added

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...

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.