diff --git a/Developer-Documentation.md b/Developer-Documentation.md index e10e4d3..594a8f4 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -45,7 +45,7 @@ Main point is to be friendly to those commenting of your code, and incorporate t # Build Pipeline -- Templates are written in [JADE](https://naltatis.github.io/jade-syntax-docs/) instead of plain HTML. +- Templates are written in [JADE](https://naltatis.github.io/jade-syntax-docs/) instead of plain HTML. Also see [HTML to JADE converter](http://html2jade.org/). - CSS is written in the [Stylus](http://stylus-lang.com/) precompiler, and - Meteor templates are created as BlazeLayout templates. - Instead of the allow/deny paradigm a lot of the `collections` defined in the project use `mutations` to define what kinds of operations are allowed.