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 Recommend `npm install --no-save` when setting up node toolchain (#5161) 2019-03-21 20:41:14 +00:00
developing.rst Recommend `npm install --no-save` when setting up node toolchain (#5161) 2019-03-21 20:41:14 +00:00
general_guidelines.rst Add guideline on the use of British vs American English 2018-06-27 20:39:08 +01:00
index.rst Add PyPI trove classifiers for Wagtail 2018-10-28 16:43:42 +03:00
issue_tracking.rst
javascript_guidelines.rst Recommend `npm install --no-save` when setting up node toolchain (#5161) 2019-03-21 20:41:14 +00:00
python_guidelines.rst
release_process.rst
styleguide.rst