Commit ae31ada7 by xzyfer

Remove contributing documentation about bumping LibSass

I can't imagine accepting a PR with a LibSass bump.

It'd be painful to audit. LibSass should be handled by core.
parent 2d6d19ed
......@@ -42,11 +42,6 @@ If the bug fix requires modifying any of the C++ files in the src/ directory, yo
Alternatively, the `scripts/build.js` build script has several different command line flags that can be passed by running: `node scripts/build.js -[flag]`
If the bug fix requires updating the version of libSass, you'll need to update its git submodule.
1. Move into node-sass's libSass directory with: `cd src/libsass`
2. Look for a new version of libSass with: `git tag` and check it out with: `git checkout [tag]`
3. Then return to root of the node-sass repository and add the change to your feature branch.
## Reporting Sass compilation and syntax issues
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment