summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSascha Peilicke <saschpe@gmx.de>2013-07-17 15:50:54 +0200
committerSascha Peilicke <saschpe@gmx.de>2013-08-16 09:31:08 +0200
commita0739c9423a4c559b45af96fa4cdb30539dcdbd7 (patch)
tree7a752004d7fa7349fe6606b90051cddb58ae2f5f /README.rst
parent1a6140f53d5f1b23bef21d904be7b0e4905f9024 (diff)
downloadhorizon-a0739c9423a4c559b45af96fa4cdb30539dcdbd7.tar.gz
Drop NodeJS dependency in favor of pure-python lesscpy
While less.js from lesscss.org is still the most standard-compliant (err defining) LESS implementation, a pure-python one will drasticly simplify deployments. Since lesscpy doesn't support {outfile} just write to stdout, django_compressor will happily take that (See http://django-compressor.readthedocs.org/en/master/settings/#django.conf.settings.COMPRESS_PRECOMPILERS) Drop dependency documentation, there are no external (non-Python) tools left to setup. Meanwhile, lesscpy(>=0.9j) supports SVG stylesheets. Change-Id: I89ed102f7be4b554a28b001c9c0d40dab4a51ae6
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.rst b/README.rst
index df895d289..479d00ac8 100644
--- a/README.rst
+++ b/README.rst
@@ -20,21 +20,6 @@ For issue tracking:
* https://bugs.launchpad.net/horizon
-Dependencies
-============
-
-To get started you will need to install Node.js (http://nodejs.org/) on your
-machine. Node.js is used with Horizon in order to use LESS
-(http://lesscss.org/) for our CSS needs. Horizon is currently using Node.js
-v0.6.12.
-
-For Ubuntu use apt to install Node.js::
-
- $ sudo apt-get install nodejs
-
-For other versions of Linux, please see here:: http://nodejs.org/#download for
-how to install Node.js on your system.
-
Getting Started
===============