You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from lib/extensions.js.
* Allows user to set binary name as environment
variable with `SASS_BINARY_NAME`.
* This name will be used to construct the:
* Binary path.
* Binary download URL.
* Upload URL.
* Note: this will supersede default name.
* Allows user to set binary name as parameter to
invoke any node-sass script with
`--binary-name` flag.
* This name will be used to construct the:
* Binary path.
* Binary download URL.
* Upload URL.
* Note: this will supersede both default name
as well as the `SASS_BINARY_NAME` environment
variable.
* Allows user to set binary path as environment
variable with `SASS_BINARY_PATH`.
* This name will be used when:
* Requiring node-sass package.
* Downloading binary.
* Uploading binary.
* Note: this will supersede default path.
* Allows user to set binary path as parameter to
invoke any node-sass script with
`--binary-path` flag.
* This name will be used when:
* Requiring node-sass package.
* Downloading binary.
* Uploading binary.
* Note: this will supersede both default path
as well as the `SASS_BINARY_PATH` environment
variable.
* Wraps all extensions in `process.sass`
namespace.
Issue URL: sass#712.
PR URL: sass#743.
//cc @nschonni, @xzyfer
0 commit comments