Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ If not provided this default to `html` which is handled by the spacebars compile
You can also use `jade` as another option — and in this case you need to add following package:
~~~
meteor add mquandalle:jade
meteor add mquandalle:jade-compiler
~~~

Note: the order in which you add jade and SSR matters! First add jade as a dependency and then SSR, otherwise the jade-compiler can not be located by Meteor.
Expand Down