This commit is contained in:
Gavin Lazar Suntop 2016-12-16 16:53:05 -08:00
Родитель 8d6aaca7c1
Коммит 18441d4a3d
3 изменённых файлов: 4 добавлений и 1 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -1,3 +1,4 @@
.DS_Store
TODO.txt
node_modules/
dest/

Просмотреть файл

@ -22,7 +22,7 @@ This will install all dependencies, build the code, start a server at [http://12
HTML is generated from [Pug](https://pugjs.org) templates (formerly known as Jade).
Localized strings are pulled from Java .properties files located in `/locales`.
Localized strings are pulled from [Java .properties](https://en.wikipedia.org/wiki/.properties) files located in `/locales`.
#### CSS

Просмотреть файл

@ -1,5 +1,7 @@
{
"name": "mozilla-leadership-network",
"repository": "https://github.com/mozilla/network",
"issues": "https://github.com/mozilla/network/issues",
"version": "1.0.0",
"description": "Mozilla Leadership Network",
"scripts": {