Skip to content

Commit

Permalink
Add section in readme about less compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Vetter committed Jul 30, 2013
1 parent 1e233d0 commit a01854b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ based on the ideas in the two apps mentioned above.
.. _`django-frontend-admin`: https://github.com/bartTC/django-frontendadmin
.. _`django-content-blocks`: https://github.com/KevinBrolly/django-content-blocks


Installation
------------

Expand Down Expand Up @@ -76,9 +75,16 @@ everything up and running:

...

**Compiling CSS:** the CSS used by fancypages is generated by less using
``django-compressor``. This means you have to have ``lessc`` installed on your
system or in your virtualenv. You can either take care of that yourself or
use the ``requirements_less.txt`` file with ``pip`` to install both into your
virtualenv::

$ pip install -r requirements_less.txt

That's been a bit of work, hasn't it? Well done! Your should now be able to
access the fancypages dashboard after staring the Django server by running
That's been a bit of work, hasn't it? Well done! Your should now be able to
access the fancypages dashboard after staring the Django server by running
``./manage.py runserver`` or whatever else you do for that. A very basic
dashboard should now be available at:

Expand Down
2 changes: 2 additions & 0 deletions requirements_less.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
virtual-node==0.0.4
virtual-less==0.0.1-1.3.3

0 comments on commit a01854b

Please sign in to comment.