Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
2d6d19ed
Commit
2d6d19ed
authored
Jan 08, 2017
by
xzyfer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove reference to the LibSass to Sass Spec git submodules
parent
6f1c5b31
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
CONTRIBUTING.md
CONTRIBUTING.md
+1
-2
README.md
README.md
+0
-1
No files found.
CONTRIBUTING.md
View file @
2d6d19ed
...
...
@@ -34,8 +34,7 @@ If this project is missing an API or command line flag that has been added to [l
1.
Ensure the
`master`
branch is up-to-date with:
`git checkout master; git pull`
2.
Create a new Git branch and make your changes.
`git checkout -b name-of-new-branch`
3.
Install all the node.js dependencies of node-sass with:
`npm install`
4.
The Sass test spec and LibSass are Git submodules, so get their codebase with:
`git submodule update --init`
5.
Ensure the tests pass with:
`npm test`
4.
Ensure the tests pass with:
`npm test`
If the bug fix requires modifying any of the C++ files in the src/ directory, you'll need to re-build the bindings to libSass.
...
...
README.md
View file @
2d6d19ed
...
...
@@ -461,7 +461,6 @@ Check out the project:
```
bash
git clone --recursive https://github.com/sass/node-sass.git
cd node-sass
git submodule update --init --recursive
npm install
node scripts/build -f # use -d switch for debug release
# if succeeded, it will generate and move
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment