Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Melanie Richards 2c5e4b0ebc
Add variable fonts demo (#401)
What it says on the tin! :D

Co-authored-by: Greg Whitworth <gwhit@microsoft.com>
Co-authored-by: François Remy <francois.remy.dev@outlook.com>
2018-03-12 15:00:58 -07:00
Melanie Richards 48ab5d71a5 Merge branch 'master' into contribution-guidelines 2017-09-21 15:53:07 -07:00
Cătălin Mariș 28af5f6f8a
Make minor consistency improvements 2017-06-02 13:10:06 +03:00
Cătălin Mariș 9ad422a08d
Add `newline` at the end of text file
Under UNIX-like OSes, a text file consists of a series of lines, each
of which ends with a `newline` character (`\n`). A file that is not
empty and does not end with a `newline` is therefore considered not to
be a text file.

Because of this, utilities that are supposed to operate on text files
may not cope well with files that don't end with a `newline` (e.g.: they
might ignore the text after the last `newline`).

Adding the `newline` character at the end of the file ensures that users
won't encounter any odd behavior when using it.

Reference/Source: http://unix.stackexchange.com/a/18789.
2017-04-10 10:21:43 +03:00
Melanie Richards 7c57f23cfe Improve contribution guidelines 2017-04-06 15:44:49 -07:00
Anton Molleda b815d4a8ff Adding skip property to demo-template
So it doesn't get processed in the server side
2017-02-05 20:39:44 -08:00
Melanie Richards 5488940599 Add very basic demo template (#350)
* Add very basic demo template
2017-02-01 10:47:21 -08:00