Skip to content

Commit

Permalink
docs for new client-side support
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 16, 2011
1 parent 04204b1 commit 7bd4b47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Readme.md
Expand Up @@ -44,6 +44,16 @@ via npm:

npm install jade

## Browser Support

To compile jade to a single file compatible for client-side use simply execute:

$ make jade.js

Alternatively, if uglifyjs is installed via npm (`npm install uglify-js`) you may execute the following which will create both files.

$ make jade.min.js

## Public API

var jade = require('jade');
Expand Down

0 comments on commit 7bd4b47

Please sign in to comment.