Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
20200 Weergaven

In the following post we have seen that it is rather complicated to install the proper component versions of SASS in order to run Odoo modules depending on SASS: see https://www.odoo.com/forum/help-1/question/ubuntu-16-04-how-to-install-sass-for-odoo-123090.

How can we install SASS on Ubuntu 18.04 LTS?

Avatar
Annuleer
Auteur Beste antwoord

Using Ubuntu 18.04 this gets much easier as the necessary versions are already packaged. This is the procedure:

sudo apt install nodejs
sudo apt install npm
sudo npm install -g less
sudo apt-get install ruby-sass
sudo gem install compass
sudo gem install bootstrap-sass

Enjoy.


Avatar
Annuleer

Raking in the karma I see. No seriously, thanks a lot Ermin.

there is also buggy behavior in v10 and v11: assets are not regenerated (after first install or manually deleted) if not logged in as admin.

Auteur

@Yenthe: I'm working on it :-) But I still have a long way to learn till I may compete with you ;-)