SASS Compiler?

2016-05-17 Thread Kevin Bolduan
Does anyone know of a plug-in or similar for BBEdit that will automatically compiles SASS into CSS? I'm aware of third-party applications like CodeKit and could probably figure out something Terminal-based on a watched folder, but am looking for something directly within BBEdit that allowed me t

Re: SASS Compiler?

2016-05-18 Thread Greg Raven
No, but for what it's worth, CodeKit is pretty wonderful, IMHO. On Tuesday, May 17, 2016 at 10:01:50 AM UTC-7, Kevin Bolduan wrote: > > Does anyone know of a plug-in or similar for BBEdit that will > automatically compiles SASS into CSS? I'm aware of third-party applications > like CodeKit and c

Re: SASS Compiler?

2016-05-18 Thread Vlad Ghitulescu
+1 for CodeKit. BBEdit + CodeKit + Tower = Dream Team :-) Von meinem iPhone gesendet > Am 18.05.2016 um 15:45 schrieb Greg Raven : > > No, but for what it's worth, CodeKit is pretty wonderful, IMHO. > >> On Tuesday, May 17, 2016 at 10:01:50 AM UTC-7, Kevin Bolduan wrote: >> Does anyone know o

Re: SASS Compiler?

2016-05-18 Thread Patrick Woolsey
If you've already installed any command-line package which is capable of compiling SASS to CSS, it should be fairly easy to attach a script to BBEdit's 'documentDidSave' event to automatically generate a corresponding ".css" file. [For anyone who's inclined to try this, please do :) and you're