I'm having config.rb issues with Compass and Sass

I’m very unfamiliar with ruby and I currently only use it to the extent of setting up Compass and Sass – I’m new to those subjects as well.

I created a config.rb file that contains the following:

http_path = "/" 
css_dir = "css" 
sass_dir = "sass"
images_dir = "images" 
javascripts_dir = "js" 

I want my style.css file placed inside my “css” folder, however this is not working. It’s placed in the root.

I initially found some tutorial somewhere that offered advice on how to set up Sass for Wordpress. The location of the “style.css” in the root is fine for Wordpress but I have different objectives for my other project.

Any suggestions or ideas about this problem?

Is the sass being compiled without any errors?

It is yes.

Have you tried generating a config file with compass?

compass config [path/to/config] [--sass-dir=sass --css-dir=css ...]

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.