I have installed the SCSS bundle.
When I save the .scss file, nothing happens in the related .css file - I'm not getting any errors either.
Compass is watching in the background, and is confirming each 'overwrite'.
I'm using the following gems:
Sass 3.3.4 ruby 2.1.0p0 (2013-12-25 revision 44422) Compass 0.12.5
Any ideas?
Cheers
-- View this message in context: http://textmate.1073791.n5.nabble.com/TM2-not-compiling-SCSS-to-CSS-tp27809.... Sent from the textmate users mailing list archive at Nabble.com.
On 16 Apr 2014, at 19:19, Spen wrote:
[…] When I save the .scss file, nothing happens in the related .css file […] Compass is watching in the background, and is confirming each 'overwrite'.
So you have setup Compass to watch for changes to .scss files, Compass does register these (by telling you it saw an ‘overwrite’), yet it does not generate updated css?
If so, you will probably have a better chance of getting help on the compass-users Google group. At least it does not sound like this has anything to do with your TextMate setup, but rather with Compass (or its setup).