Closed (works as designed)
Project:
Sasson
Version:
7.x-2.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2012 at 07:08 UTC
Updated:
2 Aug 2014 at 17:12 UTC
Jump to comment: Most recent
Comments
Comment #1
tsi commentedStarting with 2 - if you are not using an external compiler (e.g. ruby-compass) you should leave this on, even after development is finished. Sass files are being recompiled only when they are changed so it is fine to leave this on. note: on prod, just turn off dev mode and clear cache and you are ready with minified css.
About 1:
Short answer - sorry, you can't.
Long answer - a lot of work in this area is being done on the 3.x branch, if you're starting a new theme and can get ruby-compass to install on your dev machine, I suggest you try the new branch. it won't give you a solution out-of-the-box for the generated css path but it can be implemented fairly easily.
waiting for your input to see if that's an option.
Comment #2
drupalpal commentedThanks.
You mean that 3.x branch is dependent on ruby-compass (external compiler) being installed on the dev machine? There is no more an internal compiler that is integrated with sasson?
Comment #3
tsi commentedCorrect. Sasson will still compile the files for you, but it will use the original Compass instead of Phamlp which is much more feature reach and reliable.
Comment #4
tsi commentedCleaning up