Hi,

I have found that drupal doesn't read the style.css from "compile/css", and therefore changes made to sass files and compiled, are undiscovered. Only the css files in "css" are noticed.

Not sure if this is related, but I had some issues with FF not picking up on the. scss with the Fire Sass extension, and I suspect the added lines in config.rb:

output_style = :compressed # by Compass.app 
line_comments = false # by Compass.app 
sass_options = {:debug_info=>false} # by Compass.app 

might have something to do with it.

I have deleted them, removed the "compile/" in "compile/css", and cleaned up the lot with 'compass clean', re-compiled, and things work again.

On an additional note; there a couple of non-important typo's in the .scss file:

In _modules.scss, is says "Midule Styles"

In _document.scss, there's a double d in 'addapted' ("This is largely addapted from the HTML5 ....")

Thanks again for the nice work,

Comments

nedwardss’s picture

I have the same issue whether I set the environment variable to production or development (which is the default). Compass happily watches and applies my changes to css/compiled/style.css but the browser loads css/style.css regardless. I also am not getting the firesass info (but that is a lesser issue right now and may be related).

What are css/style.css and css/tabs.css for? They look like .scss markup to me.

Thanks for this awesome theme, I loved basic on 6 and look forward to loving this when I can get it to work in development (and then of course, production).

Also, I did read the README.txt and appreciate it very much, but there was no section for "In /css/", hence my queries.

rowbotony’s picture

I had this problem today with a different theme. The problem I found was the subtheme I created was also using the color module + my SASS. The color module was loading the stylesheet from files/color/style.css rather than mytheme/css/style.css. I disabled color module and my SASS/FireBug/FIreSASS is working fine now.

s@ilor’s picture

Status: Active » Closed (works as designed)

Thanks, that's good information. I will close the issue now.