From 6360b681a7c7df91b652958ec6e28219b630175d Mon Sep 17 00:00:00 2001 From: Jen Fong-Adwent Date: Fri, 5 Apr 2013 10:53:57 -0400 Subject: [PATCH] ignore node_modules and changed docs to install less globally --- .gitignore | 3 ++- docs/hacking_howto.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9ac921944..5f9d9d1c3 100644 --- a/.gitignore +++ b/.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 \ No newline at end of file +.DS_Store diff --git a/docs/hacking_howto.rst b/docs/hacking_howto.rst index bbc83c7fd..99858feab 100644 --- a/docs/hacking_howto.rst +++ b/docs/hacking_howto.rst @@ -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