darrenkopp / SassyStudio

Visual Studio extension that adds a little bit of support for sass/scss
MIT License
101 stars 12 forks source link

Adding minification suppport to CompassDocumentCompiler.cs #63

Closed profet23 closed 10 years ago

profet23 commented 10 years ago

This resolves Issue #62

darrenkopp commented 10 years ago

Yeah you're right, nevermind On Apr 17, 2014 8:18 PM, "profet23" notifications@github.com wrote:

I'm not sure I understand.

line = line.Split('#').First(); //strip comments

That removes all characters after (and including) the first "#" on a line.

So in your above example, only the 'new' would be returned by my code.

— Reply to this email directly or view it on GitHubhttps://github.com/darrenkopp/SassyStudio/pull/63#issuecomment-40781716 .