Closed (works as designed)
Project:
Sasson
Version:
7.x-2.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2013 at 02:16 UTC
Updated:
3 Jan 2013 at 15:49 UTC
I'd like to compile the scss files locally and setup the copy on my web host to use plain css. I thought this could be done by editing the Sasson and sub-theme .info files to use the css files created in sites/default/files/sasson. What I didn't expect was to find scss files in the subdirectories at that path.
Where can I find the compiled css files that Sasson is creating, and would editing the .info files be sufficient to get the theme working with those files? I'd like to turn off the compiler on the web host, it causes a noticeable lag when it has to run.
Thanks in advance.
Comments
Comment #1
tsi commentedThis is already possible - if the compiler is off in your theme settings Sasson will look for previously compiled CSS files, so just compile them locally and push them to the same location on your production server and leave the compiler off.
One more thing, version 3.x already does this and the next release of 2.x will too, they allow you to choose where to store your compiled CSS files if the default location doesn't suit your needs.
Comment #2
dendritic commentedThanks for your help, and all your work on this project.