From 7ae12df918d79611880847c1a2154231cbc42f91 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Mon, 8 Jun 2015 10:04:30 +0200 Subject: [PATCH] Adding information about building the .css files --- source/installation/installation.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/installation/installation.rst b/source/installation/installation.rst index 5ba03109e..be57b7cb2 100644 --- a/source/installation/installation.rst +++ b/source/installation/installation.rst @@ -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). + +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 ^^^^^^^^^^^^^^^^^^