Adding information about building the .css files

This commit is contained in:
Marc Ducobu 2015-06-08 10:04:30 +02:00
parent 66c33f7feb
commit 7ae12df918

View File

@ -197,6 +197,21 @@ The main bundle require two scripts to be executed :
Those will populate database, respectively, with countries (using ISO declaration) and languages (using, also, ISO informations). Those will populate database, respectively, with countries (using ISO declaration) and languages (using, also, ISO informations).
Building CSS (optionnal)
^^^^^^^^^^^^^^^^^^^^^^^^
A build version of the needed CSS file is provided within the main bundle `Resources/public/css/chillmain.css`. For rebuilding it :
.. code-block:: bash
#in the main bundle directory ( vendor/chill-project/main/ )
cd Resources/
npm install
grunt
Launch your server Launch your server
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^