-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Adding support for passing a precision option to libsass #339
Conversation
This is looking good 👍, can you add a test for it as well and I'll merge it in. Thanks! |
I've included one test as part of the PR (it's included with commit ee393). In the test below if you take out the precision option, or change it to a value less than 8 and you'll see a test failure. The test doesn't cover the CLI though. If you want me to add a CLI test using a precision option, I can certainly do that. I wasn't sure how much testing was needed. Thanks for taking a look at this so quickly!
|
That's looking good, I'll get it merged in tomorrow hopefully. Thanks! |
Adding support for passing a precision option to libsass
Just tried this out, it's looking good 👍 |
@andrew I'm trying to get this running on my machine. I followed the steps from the readme for rebuilding binaries with no luck. Everything ran fine after I installed the And maybe the readme should have:
|
@ckihneman the build system/documentation is a bit of a mess right now, remove the binding.node from your platforms directory in |
@andrew Heh, got it working. One major detail here ... the Thanks very much for the help. Looking forward to this hitting For anyone on the outside looking in that wants to get this running now...
Comment out lines Then run |
Thanks @ckihneman, I'd like to try and get #337 fixed as well before releasing a new version but debugging it is proving to be tricky! |
This PR exposes the precision option and applies to issue #259.