Static files management / LessCSS compiler / Bootstrap import

This commit is contained in:
Raphael Michel
2014-09-10 20:57:04 +02:00
parent 4493102049
commit cd08316f2e
8 changed files with 45 additions and 3 deletions

View File

@@ -3,11 +3,18 @@ The development setup
Obtain a copy of the source code
--------------------------------
Just clone our git repository::
Just clone our git repository including its submodules::
git clone https://github.com/tixl/tixl.git
git clone --recursive https://github.com/tixl/tixl.git
cd tixl/
Dependencies
------------
* Python 3.4 or newer
* ``pip`` for Python 3
* ``git``
* ``lessc`` (Debian package: ``node-less``)
Your local python environment
-----------------------------