Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Report runtime libsass version #912

Closed
saper opened this issue Apr 30, 2015 · 0 comments
Closed

Report runtime libsass version #912

saper opened this issue Apr 30, 2015 · 0 comments

Comments

@saper
Copy link
Member

saper commented Apr 30, 2015

Currently we give simply what we have in package.info:

function getVersionInfo() {
  return [
           ['node-sass', package.version, '(Wrapper)', '[JavaScript]'].join('\t'),
           ['libsass  ', package.libsass, '(Sass Compiler)', '[C/C++]'].join('\t'),
  ].join(eol);
}

Because I often link to the libsass shared library or (for the official FreeBSD binary) I include the externally-built libsass.a it would be great to know which version we are running at the moment.

Also what about adding a build metadata (+FreeBSD etc.) to the version number for the official binaries?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants