We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cb033 commit 41c2f49Copy full SHA for 41c2f49
docs/intro.md
@@ -172,6 +172,22 @@ Issues
172
We have obviously not tested this on every website. If you run into an issue, or find a way the automatic
173
detection could be better, please create an Issue. If you can include a test case, that's even better.
174
175
+Contributing
176
+------------
177
+
178
+PRs Welcome!
179
180
+Building requires node.js.
181
182
+```bash
183
+npm install
184
+grunt
185
+```
186
187
+You can also run `grunt watch` to have it automatically build as you make changes.
188
189
+There is no need to include compiled files in PRs.
190
191
Credits
192
-------
193
0 commit comments