Skip to content

Commit c3cf32f

Browse files
committed
add contribution instruction in readme
1 parent 603c8cd commit c3cf32f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@ module.exports = {
133133

134134
If you want to view the original Sass files inside Chrome and even edit it, [there's a good blog post](https://medium.com/@toolmantim/getting-started-with-css-sourcemaps-and-in-browser-sass-editing-b4daab987fb0). Checkout [test/sourceMap](https://github.com/jtangelder/sass-loader/tree/master/test) for a running example. Make sure to serve the content with an HTTP server.
135135

136+
## Contribution
137+
138+
### How to run test
139+
```bash
140+
mkdir -p test/node_modules/ && touch test/node_modules/some-module.s{a,c}ss && touch test/node_modules/underscore.s{a,c}ss
141+
npm test
142+
```
143+
136144
## License
137145

138146
MIT (http://www.opensource.org/licenses/mit-license.php)

0 commit comments

Comments
 (0)