Update readme.rst

This commit is contained in:
Frédéric Vachon 2015-01-22 17:34:35 -05:00
parent 65b4703a23
commit f20b94ace4

View File

@ -9,22 +9,27 @@ Installation
:: ::
sudo apt-get install npm nodejs-legacy sudo apt-get install npm nodejs-legacy ruby
git clone https://github.com/titilambert/adagios-frontend.git git clone https://github.com/titilambert/adagios-frontend.git
cd adagios-frontend cd adagios-frontend
npm install npm install
npm install grunt-cli
gem install sass
Dev Dev
=== ===
Auto-refresh css files To watch for sass files change and auto-refresh css run :
::
grunt
To compile css files run :
:: ::
npm install grunt-cli grunt sass
grunt
Coding style Coding style
=========== ===========