mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Merge remote-tracking branch 'upstream/master'
syncing for the first time
This commit is contained in:
commit
1f11924be3
@ -205,6 +205,24 @@ 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)
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
For this step, npm must be installed.
|
||||||
|
|
||||||
|
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
|
||||||
^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user