wagtail/docs/contributing
Matt Westcott 3134ffa119 Recommend `npm install --no-save` when setting up node toolchain (#5161)
Running `npm install` without `--no-save` can introduce spurious changes to package-lock.json due to differences in platform / node version, and these have been known to accidentally sneak into people's PRs. `npm install` without `--no-save` should only be used when actively updating node dependencies in package.json.
2019-03-21 20:41:14 +00:00
..
committing.rst
css_guidelines.rst
developing.rst
general_guidelines.rst
index.rst
issue_tracking.rst
javascript_guidelines.rst
python_guidelines.rst
release_process.rst
styleguide.rst