2
I downloaded this SASS syntax highlighting files and done the four steps instructed (as a Mac user). But I don't know how to run it so that my .sass file is converted to .css
Can you suggest me anything?
2
I downloaded this SASS syntax highlighting files and done the four steps instructed (as a Mac user). But I don't know how to run it so that my .sass file is converted to .css
Can you suggest me anything?
2
You should check out Compass. Run a compass watch and never look back.
2
I've been using Edge with Sublime Text 2 to live edit Sass & Compass files. Check it out here http://getedge.io
1
It looks like that uses Sublime's Build system to do the conversion. In Sublime, open "Tools > Build System" and choose Automatic, then try building (Cmd+B, F7, or Tools>Build.) If it still doesn't work, try changing the Build System from Automatic to SASS.
0
I use hammer for mac which has built in support for compiling SASS, coffeescript, HAML among others, as well as loads of other great features such as non-PHP includes, clever paths, variables etc.
Highly recommend it.
0
I'm not sure how different things will be on Mac, but I use Sublime Text 2 on both Windows and Linux without any issues regarding Sass. I haven't used the plugin sublime-text-haml-sass though.
I would say:
0
CodeKit works like a charm; Simply open up your Sass/HTML/JS in Sublime Text, then run CodeKit.
Drag and drop your source folder into CodeKit, hit Preview and voila – it compiles and update all changes while giving you a live preview.
I've given up on Sublime Text, everything needs to installed and configured, etc. Try using Aptana Studio3, compiling sass file is no-brainer just press crt+shift+r and it's done! – None – 2013-10-05T14:48:59.007