Updated Developer Documentation (markdown)

Lauri Ojansivu 2017-08-24 03:59:36 +03:00
parent b2e9476ebc
commit 78af73fa03

@ -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.