Using Ruby on share web hosts
- by Parhum
We are developing a Wordpress theme and we are going to publish it on themeforest.com. We are using Sass(scss Syntax) as our CSS Preprocessor and we need to compile it on server side.
We have two solutions:
Use phpsass which is a php script(but it has some bugs)
Use Ruby Compiler which most of wordpress plugins use this
I noticed that plugins which use Ruby need to have PHP proc_open function enabled on server.
My question is what are Pros and Cons of using Ruby compiler on servers? and are most of shared web hosts support Ruby and have PHP proc_open function enabled by default?