edmellum / browserijade

A Browserify middleware that pre-compiles Jade templates on the server and uses the light-weight Jade runtime made for the browser to render them on the client.
21 stars 6 forks source link

Upgrade jade and browserify #10

Closed jazzzz closed 12 years ago

jazzzz commented 12 years ago

I upgraded jade to 0.26.x, and browserify to 1.13.x.

edmellum commented 12 years ago

Sorry for responding so slowly, but this breaks the tests. Always run $ npm test before doing a pull request.

If you don't want to or are not able to fix this please close the issue. I might also look into this in not too long.

jazzzz commented 12 years ago

I can't figure out how to fix the test.

jazzzz commented 12 years ago

I figured out how to fix the tests, and at the same time, I upgraded jade to 0.27.x and browserify to 1.15.x

edmellum commented 12 years ago

Sorry for being so amazingly slow to respond to this. Thank you so much for the code and patience.

edmellum commented 12 years ago

Did you run the tests on Windows? They seem to fail over here.

edmellum commented 12 years ago

Seems like I had some weird dependency issue. Reinstalling everything made the tests pass.