wellington / go-libsass

Go wrapper for libsass, the only Sass 3.5 compiler for Go
http://godoc.org/github.com/wellington/go-libsass
Apache License 2.0
205 stars 28 forks source link

Why bundle libsass? #61

Closed mitranim closed 6 years ago

mitranim commented 6 years ago

Users could just install libsass globally, e.g. via brew install libsass. Wouldn't it be nicer if this library was just go get'table and worked with that?

drewwells commented 6 years ago

They change things frequently so you would need to bundle just the right version.

You can use a system libsass by passing the -dev build flag. On Wed, May 23, 2018 at 2:08 AM Nelo Mitranim notifications@github.com wrote:

Users could just install libsass globally, e.g. via brew install libsass. Wouldn't it be nicer if this library was just go get'table and worked with that?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wellington/go-libsass/issues/61, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOmE8DRAmzCspWz-HpCa5nRq5JLWgekks5t1Qr1gaJpZM4UJ4lQ .

mitranim commented 6 years ago

Hmm okay, thanks.