You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2022/03/25 21:46:27 UTC

[GitHub] [helix] micahstubbs commented on issue #1997: convert helix-front to .css for style source files

micahstubbs commented on issue #1997:
URL: https://github.com/apache/helix/issues/1997#issuecomment-1079460180


   To do this, we can [install rvm](http://rvm.io/rvm/basics) the Ruby version manager, and then:
   
   ```bash
   rvm get stable --auto-dotfiles
   ```
   
   to install and use the latest stable Ruby version for our operating system. Once we have Ruby installed, we can install the sass compiler:
   
   ```bash
   gem install sass
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org