Skip to Content
Menu
This question has been flagged
1 Reply
20172 Views

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
Discard
Author Best Answer

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
Discard

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.

Author

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