Using SASS on a Red Hat Linux box with PHP but not Ruby
NickName:Dan Ask DateTime:2012-10-25T13:47:38

Using SASS on a Red Hat Linux box with PHP but not Ruby

I have been looking into SASS on and off for a while now. I think the benefits of such a system could be great, as it will allow the use of global variables and other such features.

It will also allow me to have multiple CSS files that get compiled into one, which (as we all know) means only one HTTP request.

The problem is, we use a Red Hat Linux environment with PHP to run Joomla-based templates and I have been informed that I need to find a Ruby alternative. Also, anything that we install on the servers must be in the Red Hat repositories.

Is there any way around this for SASS? Do I have to find an alternative? And if so, what would the clever people of Stack Overflow recommend?

Copyright Notice:Content Author:「Dan」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/13062335/using-sass-on-a-red-hat-linux-box-with-php-but-not-ruby

Answers
RAM 2012-10-25T05:59:12

No, you don't need Ruby to run SASS in PHP, because PHP's own compiler for SASS is available. For this, you can download the package from https://github.com/richthegeek/phpsass.",


More about “Using SASS on a Red Hat Linux box with PHP but not Ruby” related questions

Using SASS on a Red Hat Linux box with PHP but not Ruby

I have been looking into SASS on and off for a while now. I think the benefits of such a system could be great, as it will allow the use of global variables and other such features. It will also a...

Show Detail

How to set CPU load on a Red Hat Linux box?

I have a RHEL box that I need to put under a moderate and variable amount of CPU load (50%-75%). What is the best way to go about this? Is there a program that can do this that I am not aware of? ...

Show Detail

Git version built for Red Hat Linux

I have a Red Hat Linux server where I need to install Git. However, I can't use sudo or yum(I can only copy from my local machine). Therefore, I'm looking for a version of Git built for Red Hat L...

Show Detail

How to install Ruby on Red hat

I'm trying to install ruby on Red Hat, via an ssh-connection, but it won't work. I can't use yum install ruby, because I don't have the needed repositories.

Show Detail

MBSTRING extension not working in RED HAT ENTERPRISE LINUX

Im running my server on Red Hat Enterprise Linux with Weblogic server, I have PHP5.3 installed on this, recently for one of my project I had to use MBSTRING extension, Ive noticed that was not ins...

Show Detail

Using SunStudio dbxtool on Red Hat Linux.

Using sunstudio12.1 dbxtool on Red Hat Linux. I am able to use dbx command line interface from sunstudio12.1/bin directory to debug a Linux executable. However when I try to use sunstudio12.1/bin/

Show Detail

KSH for loop works on Solaris/Mac but not on Red Hat Linux

The following Ksh script gives me "No such file or directory" error message on Red Hat Linux system. Does anyone has a solution? #!/usr/bin/ksh for f in `cat files.dat` do wc $f done For examp...

Show Detail

Running jenkins on docker to simulate red hat linux

I am very new to Docker. I am using mac OS and i have a local Jenkins server up and running. I would like to simulate the red hat Linux environment by using docker. I am supposed to perform the fol...

Show Detail

Deploy a Java Web Application on Red Hat Linux Server using GlassFish

I have developed a JavaEE 7.0 Web Application using NetBeans (IDE) and GlassFish 4.1.0 (web server). The application is working like a charm when I deploy it on the localhost. Now, I would like to

Show Detail

How to install ionicLab on red hat Linux?

I am having red hat Linux .After extracting the downloaded IonicLab-linux-x64.tar.gz I double clicked the ionic-lab but its not opening . It says to find an application to open it. Can anybody help...

Show Detail