this is a test project to try to build jade for the browser using brequire.
open index.html in a browser
works in Firefox, Chrome
node build.js
will build jade.js
using brequire
jade-shim.js contains any necessary missing components, currently it consists of:
- an empty module for 'fs'
- definition for Object.keys
- browsers that don't support proto
npm install brequire jade
latest npm, brequire