Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jquery and django #906

Merged
merged 5 commits into from
Aug 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
197 changes: 100 additions & 97 deletions Pipfile.lock

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion docs/dependency-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ pipenv lock --requirements > requirements.txt

## JavaScript

Tock uses [npm] to manage JavaScript dependencies.
### Production

Tock uses Django's staticfiles functionality to serve frontend dependencies in production.

Updates for dependencies must be committed directly to this repository in `tock/tock/static`

### Development/Testing
Tock uses [npm] to manage development/testing JavaScript dependencies.

Update dependencies locally with the following:

Expand Down
Loading