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
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,6 @@ If you'd like to see what features are still upcoming in [libsass], [Jo Liss](ht
13
13
14
14
Please check for [issues on the libsass repo](https://github.com/hcatlin/libsass/issues) (as there is a good chance that it may already be an issue there for it), and otherwise [create a new issue there](https://github.com/hcatlin/libsass/issues/new).
15
15
16
-
If this project is missing an API or command line flag that has been added to [libsass], then please open an issue here. We will then look at updating our [libsass] submodule and create a new release. You can help us create the new release by rebuilding binaries, and then creating a pull request to the [node-sass-binaries](https://github.com/andrew/node-sass-binaries) repo.
16
+
If this project is missing an API or command line flag that has been added to [libsass], then please open an issue here. We will then look at updating our [libsass] submodule and create a new release. You can help us create the new release by rebuilding binaries, and then creating a pull request to the [node-sass-binaries](https://github.com/sass/node-sass-binaries) repo.
Node-sass is a library that provides binding for Node.js to [libsass], the C version of the popular stylesheet preprocessor, Sass.
13
13
@@ -25,7 +25,7 @@ If you'd like to see what features are still upcoming in [libsass], [Jo Liss](ht
25
25
26
26
Please check for [issues on the libsass repo](https://github.com/hcatlin/libsass/issues) (as there is a good chance that it may already be an issue there for it), and otherwise [create a new issue there](https://github.com/hcatlin/libsass/issues/new).
27
27
28
-
If this project is missing an API or command line flag that has been added to [libsass], then please open an issue here. We will then look at updating our [libsass] submodule and create a new release. You can help us create the new release by rebuilding binaries, and then creating a pull request to the [node-sass-binaries](https://github.com/andrew/node-sass-binaries) repo.
28
+
If this project is missing an API or command line flag that has been added to [libsass], then please open an issue here. We will then look at updating our [libsass] submodule and create a new release. You can help us create the new release by rebuilding binaries, and then creating a pull request to the [node-sass-binaries](https://github.com/sass/node-sass-binaries) repo.
29
29
30
30
## Install
31
31
@@ -199,15 +199,15 @@ Heavily inspired by <https://github.com/LearnBoost/stylus>
199
199
200
200
## Example App
201
201
202
-
There is also an example connect app here: <https://github.com/andrew/node-sass-example>
202
+
There is also an example connect app here: <https://github.com/sass/node-sass-example>
203
203
204
204
## Rebuilding binaries
205
205
206
206
Node-sass includes pre-compiled binaries for popular platforms, to add a binary for your platform follow these steps:
207
207
208
208
Check out the project:
209
209
210
-
git clone https://github.com/andrew/node-sass.git
210
+
git clone https://github.com/sass/node-sass.git
211
211
cd node-sass
212
212
git submodule init
213
213
git submodule update
@@ -253,7 +253,7 @@ This module is brought to you and maintained by the following people:
253
253
254
254
## Contributors
255
255
256
-
We <3 our contributors! A special thanks to all those who have clocked in some dev time on this project, we really appreciate your hard work. You can find [a full list of those people here.](https://github.com/andrew/node-sass/graphs/contributors)
256
+
We <3 our contributors! A special thanks to all those who have clocked in some dev time on this project, we really appreciate your hard work. You can find [a full list of those people here.](https://github.com/sass/node-sass/graphs/contributors)
257
257
258
258
### Note on Patches/Pull Requests
259
259
@@ -265,6 +265,6 @@ We <3 our contributors! A special thanks to all those who have clocked in some d
265
265
266
266
## Copyright
267
267
268
-
Copyright (c) 2013 Andrew Nesbitt. See [LICENSE](https://github.com/andrew/node-sass/blob/master/LICENSE) for details.
268
+
Copyright (c) 2013 Andrew Nesbitt. See [LICENSE](https://github.com/sass/node-sass/blob/master/LICENSE) for details.
0 commit comments