ignore node_modules and changed docs to install less globally

This commit is contained in:
Jen Fong-Adwent 2013-04-05 10:53:57 -04:00
Родитель 30044540a6
Коммит 6360b681a7
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -10,10 +10,11 @@ build.py
**-all.js
**-min.js
media/uploads
node_modules
tmp
locale
docs/_build
highstock.src.js
/static
*.less.css
.DS_Store
.DS_Store

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

@ -115,7 +115,7 @@ To install LESS you will first need to `install Node.js and NPM
Now install LESS using::
$ npm install less
$ npm install -g less
Getting the Source