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

v3.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@am11 am11 released this 18 Mar 14:18
· 912 commits to master since this release

Installation:

From CLI:

npm install sass/node-sass#v3.0.0-alpha.1

Or in package.json:

{
  "dependencies": {
    "node-sass": "sass/node-sass#v3.0.0-alpha.1"
  }
}

Note 1: This alpha version is not published to npm, but npm has the ability to figure out if you are requiring the GitHub release. For more information, see https://docs.npmjs.com/cli/install (keyword to search on page "commit-ish").

Note 2: You should have git in your PATH to be able to install GitHub tagged release via npm.

Changelog:

Build with unbundled LibSass. #763 by @saper.
Fixes bug #769, reported by @benpptung.