This repository was archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Build: Centralises binary naming conventions (build changes part 2) #743
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 7, 2015
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
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 7, 2015
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
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 7, 2015
* Delivers binary name, paths and download URL
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
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 7, 2015
* Delivers binary name, paths and download URL
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.
0590d3d to
869827d
Compare
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 8, 2015
* Delivers binary name, paths and download URL
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.
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 8, 2015
* Delivers binary name, paths and download URL
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.
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 8, 2015
* Delivers binary name, paths and download URL
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.
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 8, 2015
* Delivers binary name, paths and download URL
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.
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 8, 2015
* Delivers binary name, paths and download URL
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.
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 8, 2015
* Delivers binary name, paths and download URL
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.
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 8, 2015
* Delivers binary name, paths and download URL
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.
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 9, 2015
* Delivers binary name, paths and download URL
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.
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 9, 2015
* Delivers binary name, paths and download URL
from lib/extensions.js.
* Allows user to set binary name as environment
variable with `SASS_BINARY_NAME`.
* Note: this will supersede default name.
* Allows user to set binary name as in package
file `"nodeSassConfig": { "binary-name": "" }`.
* Note: this will supersede default name and
`SASS_BINARY_NAME` environment variable.
* Allows user to set binary name as parameter to
invoke any node-sass script with
`--binary-name` flag.
* Note: this will supersede default name, name
defined in package `nodeSassConfig` as well
as the `SASS_BINARY_NAME` environment
variable.
* This binary name will be used to construct the:
* Binary path.
* Binary download URL.
* Upload URL.
* Allows user to set binary path as environment
variable with `SASS_BINARY_PATH`.
* Note: this will supersede default path.
* Allows user to set binary name as in package
file `"nodeSassConfig": { "binary-path": "" }`.
* Note: this will supersede default path and
`SASS_BINARY_PATH` environment variable.
* Allows user to set binary path as parameter to
invoke any node-sass script with
`--binary-path` flag.
* Note: this will supersede default path, path
as well as the `SASS_BINARY_PATH` environment
variable.
* This binary path will be used when:
* Requiring node-sass package.
* Downloading binary.
* Uploading binary.
* Wraps all extensions in `process.sass`
namespace.
Issue URL: sass#712.
PR URL: sass#743.
Contributor
Author
|
@nschonni, I have added the support for PTAL. |
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 10, 2015
* Delivers binary name, paths and download URL
from lib/extensions.js.
* Allows user to set binary name as environment
variable with `SASS_BINARY_NAME`.
* Note: this will supersede default name.
* Allows user to set binary name as in package
file `"nodeSassConfig": { "binary-name": "" }`.
* Note: this will supersede default name and
`SASS_BINARY_NAME` environment variable.
* Allows user to set binary name as parameter to
invoke any node-sass script with
`--binary-name` flag.
* Note: this will supersede default name, name
defined in package `nodeSassConfig` as well
as the `SASS_BINARY_NAME` environment
variable.
* This binary name will be used to construct the:
* Binary path.
* Binary download URL.
* Upload URL.
* Allows user to set binary path as environment
variable with `SASS_BINARY_PATH`.
* Note: this will supersede default path.
* Allows user to set binary name as in package
file `"nodeSassConfig": { "binary-path": "" }`.
* Note: this will supersede default path and
`SASS_BINARY_PATH` environment variable.
* Allows user to set binary path as parameter to
invoke any node-sass script with
`--binary-path` flag.
* Note: this will supersede default path, path
as well as the `SASS_BINARY_PATH` environment
variable.
* This binary path will be used when:
* Requiring node-sass package.
* Downloading binary.
* Uploading binary.
* Wraps all extensions in `process.sass`
namespace.
Issue URL: sass#712.
PR URL: sass#743.
* Delivers binary name, paths and download URL
from lib/extensions.js.
* Allows user to set binary name as environment
variable with `SASS_BINARY_NAME`.
* Note: this will supersede default name.
* Allows user to set binary name as in package
file `"nodeSassConfig": { "binary-name": "" }`.
* Note: this will supersede default name and
`SASS_BINARY_NAME` environment variable.
* Allows user to set binary name as parameter to
invoke any node-sass script with
`--binary-name` flag.
* Note: this will supersede default name, name
defined in package `nodeSassConfig` as well
as the `SASS_BINARY_NAME` environment
variable.
* This binary name will be used to construct the:
* Binary path.
* Binary download URL.
* Upload URL.
* Allows user to set binary path as environment
variable with `SASS_BINARY_PATH`.
* Note: this will supersede default path.
* Allows user to set binary name as in package
file `"nodeSassConfig": { "binary-path": "" }`.
* Note: this will supersede default path and
`SASS_BINARY_PATH` environment variable.
* Allows user to set binary path as parameter to
invoke any node-sass script with
`--binary-path` flag.
* Note: this will supersede default path, path
as well as the `SASS_BINARY_PATH` environment
variable.
* This binary path will be used when:
* Requiring node-sass package.
* Downloading binary.
* Uploading binary.
* Wraps all extensions in `process.sass`
namespace.
Issue URL: sass#712.
PR URL: sass#743.
am11
added a commit
that referenced
this pull request
Mar 11, 2015
Build: Centralises binary naming conventions (build changes part 2)
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 11, 2015
* Delivers binary name, paths and download URL
from lib/extensions.js.
* Allows user to set binary name as environment
variable with `SASS_BINARY_NAME`.
* Note: this will supersede default name.
* Allows user to set binary name as in package
file `"nodeSassConfig": { "binary-name": "" }`.
* Note: this will supersede default name and
`SASS_BINARY_NAME` environment variable.
* Allows user to set binary name as parameter to
invoke any node-sass script with
`--binary-name` flag.
* Note: this will supersede default name, name
defined in package `nodeSassConfig` as well
as the `SASS_BINARY_NAME` environment
variable.
* This binary name will be used to construct the:
* Binary path.
* Binary download URL.
* Upload URL.
* Allows user to set binary path as environment
variable with `SASS_BINARY_PATH`.
* Note: this will supersede default path.
* Allows user to set binary name as in package
file `"nodeSassConfig": { "binary-path": "" }`.
* Note: this will supersede default path and
`SASS_BINARY_PATH` environment variable.
* Allows user to set binary path as parameter to
invoke any node-sass script with
`--binary-path` flag.
* Note: this will supersede default path, path
as well as the `SASS_BINARY_PATH` environment
variable.
* This binary path will be used when:
* Requiring node-sass package.
* Downloading binary.
* Uploading binary.
* Wraps all extensions in `process.sass`
namespace.
Issue URL: sass#712.
PR URL: sass#743.
am11
added a commit
to am11/node-sass
that referenced
this pull request
Mar 11, 2015
jiongle1
pushed a commit
to scantist-ossops-m2/node-sass
that referenced
this pull request
Apr 7, 2024
Better support for parsing complex ie function values
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
from lib/extensions.js.
variable with
SASS_BINARY_NAME.file
"nodeSassConfig": { "binary-name": "" }.SASS_BINARY_NAMEenvironment variable.invoke any node-sass script with
--binary-nameflag.defined in package
nodeSassConfigas wellas the
SASS_BINARY_NAMEenvironmentvariable.
variable with
SASS_BINARY_PATH.file
"nodeSassConfig": { "binary-path": "" }.SASS_BINARY_PATHenvironment variable.invoke any node-sass script with
--binary-pathflag.as well as the
SASS_BINARY_PATHenvironmentvariable.
process.sassnamespace.
Issue URL: #712.
//cc @nschonni, @xzyfer